Skip to content

Commit

Permalink
ACTIONS: don't indicate nigthly build for new tags (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer authored Mar 8, 2024
1 parent 62d7390 commit adab6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
with:
submodule: gmenu2x

# repack final images for nigthly release with git commit-tag
# repack final images for CI build with git commit-tag
fetch-images:
name: MiyooCFW
needs:
Expand All @@ -318,7 +318,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
# we are using uClibc for backward compatibility & musl for development releases
name: "MiyooCFW Dev-build ${{ steps.version.outputs.version }}"
name: "MiyooCFW ${{ github.ref_type != 'tag' && 'Dev-build' || '' }} ${{ steps.version.outputs.version }}"
path: "*/*.img"
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`

Expand Down

0 comments on commit adab6f6

Please sign in to comment.