Skip to content

Commit

Permalink
Update workflows #2
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Jul 16, 2024
1 parent f4f3fed commit a710c72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: android build
on:
workflow_call:
workflow_dispatch:
push:
branches:
- feature/*

jobs:
build:
Expand Down Expand Up @@ -36,7 +39,7 @@ jobs:
for FILE in *.run; do
[ -f $FILE ] || continue
NEW_FILE=${FILE/-bin-linux.run/$SUFFIX}
mv $FILE $NEW_FILE
mv $FILE $NEW_FILE
done
- name: Upload build artifacts
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
for FILE in *.run; do
[ -f $FILE ] || continue
NEW_FILE=${FILE/-bin-linux.run/$SUFFIX}
mv $FILE $NEW_FILE
mv $FILE $NEW_FILE
done
- name: Upload build artifacts
Expand All @@ -45,4 +45,3 @@ jobs:
name: nzbget-linux-installers
path: build/*.run
retention-days: 5

0 comments on commit a710c72

Please sign in to comment.