Skip to content

Commit

Permalink
Update zip command in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zel9278 committed Jan 21, 2024
1 parent 85c92cd commit dbb7cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'x86_64-apple-darwin' || matrix.target == 'aarch64-apple-darwin'
run: |
zip target/${{ matrix.target }}.zip target/${{ matrix.target }}/release/jbox
zip -r target/${{ matrix.target }}.zip assets
zip target/${{ matrix.target }}.zip -r assets
- name: zip for windows
if: matrix.target == 'x86_64-pc-windows-msvc' || matrix.target == 'x86_64-pc-windows-gnu'
run: |
Expand Down

0 comments on commit dbb7cd9

Please sign in to comment.