diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ea938236..fdaad4469 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: extension: dmg - name: linux image: ubuntu-latest - extension: deb + extension: [deb, rpm] - name: windows image: windows-latest extension: exe @@ -37,6 +37,9 @@ jobs: - name: Set up Python for appdmg to be installed if: ${{ matrix.os.name == 'macos' }} run: brew install python-setuptools + - name: Install rpm on Ubuntu for RPM package building + if: ${{ matrix.os.name == 'linux' }} + run: sudo apt install rpm - name: Install dependencies run: npm ci - name: Update build info