Skip to content

Commit

Permalink
[ACTIONS] change from BETA to Dev-build for artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Jan 12, 2024
1 parent 3a5aa3f commit 20efe8d
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 beta release with git commit-tag
# repack final images for nigthly release 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-BETA ${{ steps.version.outputs.version }}"
name: "MiyooCFW 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 20efe8d

Please sign in to comment.