Skip to content

Commit

Permalink
fix: zipper command
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Mar 31, 2022
1 parent 97c3872 commit 33143a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Package (Zip)
run: |
cd zipper && npm i && cd ..
npx ts-node zipper/index deadliner.${{ matrix.archive }} @root/target/release/port.txt @root/target/release/deadliner${{ matrix.file_ext }} @root/target/release/deadliner-schedular${{ matrix.file_ext }} @root/target/release/icons @root/target/release/assets
npx ts-node zipper/index deadliner.${{ matrix.archive }} @root/target/release/port.txt @root/target/release/deadliner${{ matrix.file_ext }} @root/target/release/deadliner-schedular${{ matrix.file_ext }} target/release/icons target/release/assets
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 33143a6

Please sign in to comment.