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 6068e95 commit b265207
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 @@ -23,7 +23,7 @@ jobs:
- name: Run tsc
run: npx tsc --noResolve
- name: Package hooks into tar
run: 7z a -bb0 hooks.tar out/*
run: pushd out; 7z a -bb0 hooks.tar *; mv hooks.tar ../; popd
- name: Compress hooks.tar
run: 7z a -bb0 -sdel hooks.tar.gz hooks.tar
- name: Package hooks types
Expand Down

0 comments on commit b265207

Please sign in to comment.