Skip to content

Commit

Permalink
Merge pull request #5 from 11BelowStudio/develop
Browse files Browse the repository at this point in the history
the github action includes release.json in the release now (I hope)
  • Loading branch information
11BelowStudio authored Jun 7, 2024
2 parents 69f3820 + 09d58ce commit cc3720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: ncipollo/release-action@v1
# see https://github.com/marketplace/actions/create-release
with:
artifacts: "build/MUDKIP_Mud2.*"
artifacts: "build/MUDKIP_Mud2.*,release.json"
allowUpdates: true
bodyFile: "./README.md"
tag: ${{ env.mfile_version }}

0 comments on commit cc3720e

Please sign in to comment.