From 5586ca549d54e07d8f6f11ccabeecde9e976a7ea Mon Sep 17 00:00:00 2001 From: HaeImAlan Date: Tue, 7 May 2024 23:39:03 +0800 Subject: [PATCH] Corrected incorrect filename in workflow file. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3f395d..3183722 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,13 +22,13 @@ jobs: uses: actions/upload-artifact@v2 with: name: cubingPaper - path: target/paperspigot-1.8.8-R0.1-SNAPSHOT.jar + path: target/cubingpaper-1.8.8-R0.1-SNAPSHOT.jar - name: Create Release uses: ncipollo/release-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - artifacts: target/paperspigot-1.8.8-R0.1-SNAPSHOT.jar + artifacts: target/cubingpaper-1.8.8-R0.1-SNAPSHOT.jar draft: false prerelease: true releaseName: ${{ github.ref }}