Skip to content

Commit

Permalink
Fix workflow using old spigot jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu authored Oct 26, 2024
1 parent f0a8279 commit 6a5813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: SpeedBridge-2
path: ${{ github.workspace }}/speedbridge2-spigot-plugin/build/libs/*.jar
path: ${{ github.workspace }}/spigot/build/libs/*.jar

0 comments on commit 6a5813f

Please sign in to comment.