Skip to content

Commit

Permalink
Fix artifacts rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Jul 16, 2024
1 parent 5257aa2 commit d8a9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
SUFFIX="-${GITHUB_REF_NAME/\//-}-bin-linux.run"
for FILE in *.run; do
[ -f $FILE ] || continue
NEW_FILE=${FILE/-bin-linux.run/$SUFFIX}
NEW_FILE=${FILE/-bin-android.run/$SUFFIX}
mv $FILE $NEW_FILE
done
Expand Down

0 comments on commit d8a9b2b

Please sign in to comment.