Skip to content

Commit

Permalink
ci: release 0.0.3
Browse files Browse the repository at this point in the history
Release-As: 0.0.3
  • Loading branch information
Zel9278 committed Jan 22, 2024
1 parent 3a7110a commit c6c517a
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 @@ -57,7 +57,7 @@ jobs:
cp target/${{ matrix.target }}/release/jbox target/${{ matrix.target }}/zip
cp -r assets target/${{ matrix.target }}/zip
cd target/${{ matrix.target }}/zip
tar -czf ${{ matrix.target }}.tar.gz . --warning=no-file-changed
tar -czf ${{ matrix.target }}.tar.gz .
- 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 c6c517a

Please sign in to comment.