Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire authored May 7, 2024
1 parent 662b409 commit 6068e95
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 @@ -25,7 +25,7 @@ jobs:
- name: Package hooks into tar
run: 7z a -bb0 hooks.tar out/*
- name: Compress hooks.tar
run: 7z a -bb0 -mx9 -sdel hooks.tar.gz hooks.tar
run: 7z a -bb0 -sdel hooks.tar.gz hooks.tar
- name: Package hooks types
run: 7z a hooks.types.zip types/*
- name: Release
Expand Down

0 comments on commit 6068e95

Please sign in to comment.