Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
pretty sure that needs to be kept as jmusicbot
Browse files Browse the repository at this point in the history
why? god only knows.
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent 45d2414 commit 362ad3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.repo }}@${{ env.commit }}
path: target/ShiverFork-Snapshot-All.jar
path: target/JMusicBot-Snapshot-All.jar
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: echo "repo=$(echo ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/})" >> $GITHUB_ENV

- name: Rename JAR
run: mv target/ShiverFork-${{ github.event.inputs.version_number }}-All.jar ShiverFork-${{ github.event.inputs.version_number }}.jar
run: mv target/JMusicBot-${{ github.event.inputs.version_number }}-All.jar ShiverFork-${{ github.event.inputs.version_number }}.jar

- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 362ad3a

Please # to comment.