Skip to content

Commit

Permalink
ci: include license in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Jul 26, 2022
1 parent f7e6fa3 commit fc68fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Zip resourcepack
uses: edgarrc/action-7z@v1
with:
args: 7z a "HaruhiismAdditionalMusicPack-${{env.VERSION}}.zip" ./resourcepack/*
args: 7z a "HaruhiismAdditionalMusicPack-${{env.VERSION}}.zip" ./resourcepack/* LICENSE

- name: Github release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit fc68fbc

Please sign in to comment.