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 6bef423 commit 662b409
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
run: npm install typescript --save-dev
- name: Run tsc
run: npx tsc --noResolve
- name: Package hooks
run: 7z a hooks.zip out/*
- 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
- name: Package hooks types
run: 7z a hooks.types.zip types/*
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
COPYING
hooks.zip
hooks.tar.gz
hooks.types.zip

0 comments on commit 662b409

Please sign in to comment.