Skip to content

Commit

Permalink
NO-GH fix download-shaded-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendonButler committed Jul 27, 2023
1 parent fccec76 commit aaa1c33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
id: download-shaded-jar
uses: actions/download-artifact@v3
with:
name: shops-${{ needs.publish-release.outputs.previous-tag }}.jar
path: ~/download/
path: ~/

- uses: ncipollo/release-action@v1
with:
skipIfReleaseExists: true
artifacts: ~/download/shops-${{ needs.publish-release.outputs.previous-tag }}.jar
artifacts: ~/shops-${{ needs.publish-release.outputs.previous-tag }}.jar
tag: ${{ needs.publish-release.outputs.previous-tag }}

0 comments on commit aaa1c33

Please sign in to comment.