Skip to content

Commit

Permalink
Add "Rename JAR" to test workflow
Browse files Browse the repository at this point in the history
Add "Rename JAR" activity to build-and-test.yml
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent 362ad3a commit 0179b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
echo "repo=$(echo ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/})"
} >> $GITHUB_ENV
- name: Rename JAR
run: mv target/JMusicBot-Snapshot-All.jar ShiverFork-Snapshot-All.jar

- name: Upload JAR
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0179b4e

Please sign in to comment.