Skip to content

Commit

Permalink
Migrate CI to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Apr 19, 2021
1 parent 94dd5df commit 5691e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
allowUpdates: true
artifacts: ForgeHax*.jar
tag: ${{ needs.build.outputs.forgehax-tag }}
tag: ${{ needs.build.outputs.mc-version }}-${{ needs.build.outputs.forgehax-tag }}
commit: ${{ github.sha }}
name: ForgeHax ${{ needs.build.outputs.forgehax-version }} for Minecraft ${{ needs.build.outputs.mc-version }}
body: Built using Forge MDK version ${{ needs.build.outputs.forge-version }}
Expand Down

0 comments on commit 5691e67

Please sign in to comment.