Skip to content

Commit

Permalink
Zip atrifacts before release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Aug 26, 2024
1 parent 1f01ece commit 4e16639
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,16 @@ jobs:
with:
name: ${{ matrix.environment.out }}
path: build_output/firmware/*.*n
## Release only:
- name: Zip artifact for deployment
run: zip ${{ matrix.environment.out }}.zip "build_output/firmware/*.bin" -r
- name: On Release, upload assets to that Release
uses: AButler/[email protected]
with:
files: "build_output/firmware/*.bin"
files: ${{ matrix.environment.out }}.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}


linux_build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4e16639

Please sign in to comment.