Skip to content

Commit

Permalink
Add -j option (junk paths) to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ponychicken committed May 21, 2020
1 parent bc82964 commit 795f17b
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 @@ -46,7 +46,7 @@ jobs:
- name: Package dictionary
run: cd template && make
- name: Zip up dictionary
run: zip -r9 websters-1913-dictionary.zip 'template/objects/websters-1913.dictionary'
run: zip -r9 -j websters-1913-dictionary.zip 'template/objects/websters-1913.dictionary'
- name: Upload dictionary archive
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 795f17b

Please sign in to comment.