Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkantorov committed Aug 15, 2024
1 parent 1cc1c32 commit 0d59533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: make miniz busyz URL_MINIZ=$URL_MINIZ

- name: test
run: cd .. && ./busyz/busyz zip -r archive.zip busyz -x busyz/.git -x busyz/miniz.c -x busyz/minizip.h && mv archive.zip busyz #&& unzip archive.zip
run: cd .. && ./busyz/busyz zip -r archive.zip busyz -x busyz/.git -x busyz/miniz.c -x busyz/minizip.h && mv archive.zip busyz && unzip archive.zip

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0d59533

Please sign in to comment.