Update ci.yml
This commit is contained in:
parent
b50288555b
commit
ae79b4a2cd
|
@ -60,3 +60,10 @@ jobs:
|
||||||
name: ${{ matrix.goos }}_${{ matrix.goarch }}
|
name: ${{ matrix.goos }}_${{ matrix.goarch }}
|
||||||
path: output/
|
path: output/
|
||||||
|
|
||||||
|
- name: Upload firmware directory
|
||||||
|
uses: actions/upload-artifact@main
|
||||||
|
if: true
|
||||||
|
with:
|
||||||
|
name: ${{ matrix.goos }}_${{ matrix.goarch }}
|
||||||
|
path: output/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue