Skip to content

Commit

Permalink
Update build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Jul 16, 2024
1 parent 542d9d1 commit 5257aa2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

build-linux:
uses: ./.github/workflows/linux.yml


build-android:
uses: ./.github/workflows/android.yml

build-osx:
uses: ./.github/workflows/osx.yml
permissions:
Expand All @@ -34,7 +37,7 @@ jobs:
needs: [build-linux]
permissions:
actions: write

generate-signatures:
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
Expand All @@ -52,6 +55,7 @@ jobs:
mkdir -p builds
mv nzbget-windows-installers/* builds || true
mv nzbget-linux-installers/* builds || true
mv nzbget-android-installers/* builds || true
mv nzbget-osx-installers/* builds || true
mv nzbget-qnap-packages/* builds || true
mv nzbget-deb-packages/* builds || true
Expand Down Expand Up @@ -102,6 +106,7 @@ jobs:
name: |
nzbget-windows-installers
nzbget-linux-installers
nzbget-android-installers
nzbget-osx-installers
nzbget-qnap-packages
Expand Down

0 comments on commit 5257aa2

Please sign in to comment.