Skip to content

Commit

Permalink
fix: use full path to 7za
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 9feb9b4 commit 559cde8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y p7zip p7zip-full
- name: Check 7zip Command Availability
run: |
7za
echo $PATH
whereis 7za
- name: Install dependencies
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "npm run build && 7za a app.7z ./out/*"
"prepareCmd": "npm run build && /usr/bin/7za a app.7z ./out/*"
}
],
[
Expand Down

0 comments on commit 559cde8

Please sign in to comment.