Skip to content

Commit

Permalink
NO-GH fix download-shaded-jar for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendonButler committed Jul 27, 2023
1 parent aaa1c33 commit 7fc4c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- uses: ncipollo/release-action@v1
with:
skipIfReleaseExists: true
artifacts: ~/shops-${{ needs.publish-release.outputs.previous-tag }}.jar
artifacts: ~/shops-${{ needs.publish-release.outputs.previous-tag }}/shops-${{ needs.publish-release.outputs.previous-tag }}.jar
tag: ${{ needs.publish-release.outputs.previous-tag }}

0 comments on commit 7fc4c26

Please sign in to comment.