Skip to content

Commit

Permalink
Update self-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Novampr authored May 12, 2024
1 parent a7df3a7 commit 5979a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
cd output || { echo "Error: 'output' directory not found"; exit 1; }
# Bulk rename files ending with .jar
for file in *.jar; do
mv "$file" "DEV_$file"
for f in *.jar; do
mv -- "$f" "${f%.jar}_DEV.jar"
done
# Change back to the previous directory
Expand Down

0 comments on commit 5979a38

Please sign in to comment.