From 3c3a8e10c08e8687c795a5eac9a1ab2ccf42077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lillie=E2=84=A2?= <66176496+lilliepad1@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:56:24 -0400 Subject: [PATCH] whoopsie daisy v2 forgot to change the uploaded file lol --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 9765a22db..51d12847c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -46,5 +46,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ env.repo }}@${{ env.commit }} - path: target/JMusicBot-Snapshot-All.jar + path: target/ShiverFork-Snapshot-All.jar if-no-files-found: error