Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix build command with sudo yarn pack:deb
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Nov 3, 2021
1 parent cb1e3de commit 1ac1a68
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 @@ -21,7 +21,7 @@ jobs:

- name: Build
run: |
sudo yarn:deb
sudo yarn pack:deb
mv ./dist/deb/secman_6.0.0-1_amd64.deb ./dist/deb/secman_v6.0.0_amd64.deb
- name: Upload It
Expand Down

0 comments on commit 1ac1a68

Please sign in to comment.