Skip to content

Commit

Permalink
update snapshot-android workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlahnota committed Oct 21, 2024
1 parent 1a815b4 commit 13f0cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshots-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
version=$(echo "$apk_file" | grep -oP 'forge-android-\K\d+\.\d+\.\d+-SNAPSHOT' | sed 's/-signed-aligned.apk//')
echo "APK File: $apk_file"
echo "Version: $version"
mv *.apk "forge-android-$version-$d-signed-aligned.apk"
# mv *.apk "forge-android-$version-$d-signed-aligned.apk"
echo "$version-$d" > version.txt
else
Expand Down

0 comments on commit 13f0cda

Please sign in to comment.