Skip to content

Commit

Permalink
Fix pull request build incorrect artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Apr 22, 2024
1 parent 5fa3807 commit 2e13858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: slimefun-${{ github.event.number }}-${{ env.SHORT_COMMIT_HASH }}
path: 'target/Slimefun v${{ env.JAR_VERSION }}.jar'
path: 'build/Slimefun-v${{ env.JAR_VERSION }}.jar'

call-workflows:
needs: [setup-preview-build]
Expand Down

0 comments on commit 2e13858

Please sign in to comment.