Skip to content

Commit

Permalink
fuck this code
Browse files Browse the repository at this point in the history
who gives two shits what the fucking test jar name is???????
  • Loading branch information
uncreativeCultist committed Jul 11, 2024
1 parent 3c3a8e1 commit 859cb5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +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:
name: ${{ env.repo }}@${{ env.commit }}
path: target/ShiverFork-Snapshot-All.jar
path: target/JMusicBot-Snapshot-All.jar
if-no-files-found: error

0 comments on commit 859cb5c

Please sign in to comment.