-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
470 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
permissions: | ||
actions: write | ||
secrets: inherit | ||
|
||
build-linux-pkg: | ||
uses: ./.github/workflows/linux-pkg.yml | ||
with: | ||
|
@@ -45,15 +45,15 @@ jobs: | |
generate-signatures: | ||
env: | ||
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
needs: [build-windows, build-linux, build-osx, build-android, build-freebsd, repack-qnap, build-linux-pkg] | ||
permissions: | ||
actions: write | ||
steps: | ||
|
||
- name: Download build artifacts | ||
uses: actions/download-artifact@v4 | ||
|
||
- name: Generate signatures | ||
run: | | ||
mkdir -p builds | ||
|
@@ -97,15 +97,15 @@ jobs: | |
cd .. | ||
echo | ||
echo "Done." | ||
- name: Upload build artifacts with signatures | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: nzbget-installers | ||
path: builds/* | ||
retention-days: 5 | ||
|
||
- name: Delete unneded platform-specific artifacts | ||
- name: Delete unneeded platform-specific artifacts | ||
uses: geekyeggo/delete-artifact@v4 | ||
with: | ||
name: | | ||
|
@@ -116,7 +116,7 @@ jobs: | |
nzbget-osx-installers | ||
nzbget-qnap-packages | ||
- name: Delete unneded linux packages artifacts | ||
- name: Delete unneeded linux packages artifacts | ||
uses: geekyeggo/delete-artifact@v4 | ||
with: | ||
name: | | ||
|
@@ -130,7 +130,7 @@ jobs: | |
contents: write | ||
if: github.ref_name == 'develop' | ||
steps: | ||
|
||
- name: Delete tag and release | ||
uses: dev-drprasad/[email protected] | ||
with: | ||
|
Oops, something went wrong.