Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Jul 23, 2023
1 parent f671f1e commit 9b51b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
path: dfu-app-artifacts
- name: Compress
run: |
zip -r ./dfu-app-artifacts/dfu-app.zip ./dfu-app-artifacts/*
zip --junk-paths -0 -r ./dfu-app-artifacts/dfu-app.zip ./dfu-app-artifacts/*
- name: Upload Ultra DFU
uses: actions/upload-release-asset@v1
env:
Expand All @@ -129,7 +129,7 @@ jobs:
path: dfu-app-artifacts
- name: Compress
run: |
zip -r ./dfu-app-artifacts/dfu-app.zip ./dfu-app-artifacts/*
zip --junk-paths -0 -r ./dfu-app-artifacts/dfu-app.zip ./dfu-app-artifacts/*
- name: Upload Lite DFU
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 9b51b5f

Please sign in to comment.