Skip to content

Commit

Permalink
Corrected incorrect filename in workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaeImAlan committed May 7, 2024
1 parent e05c2b8 commit 5586ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5586ca5

Please sign in to comment.