Skip to content

Commit

Permalink
Fix missing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Aug 26, 2021
1 parent a55b233 commit 8b96f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ncipollo/release-action@v1
if: startsWith(github.ref, 'refs/tags/')
with:
artifacts: ${{ steps.cibuild.outputs.jar }}
artifacts: build/libs/${{ steps.cibuild.outputs.jar }}
name: ForgeHax ${{ steps.cibuild.outputs.version }} for Minecraft ${{ steps.cibuild.outputs.mcversion }}
# body: '' # TODO: maybe a list of all commits
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b96f9a

Please sign in to comment.