Skip to content

Commit

Permalink
Fix FPM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Jan 31, 2025
1 parent bf1bb53 commit efa61d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install FPM
run: |
sudo apt-get update
sudo apt-get install ruby ruby-dev build-essential
sudo gem install --no-document fpm
# wait because this will only publish if the draft exists
- name: Sleep for 30 seconds
run: sleep 30s
Expand All @@ -83,6 +89,7 @@ jobs:
- name: Build and release app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USE_SYSTEM_FPM: true
run: npm run release:arm64


Expand Down

0 comments on commit efa61d9

Please sign in to comment.