Skip to content

Commit

Permalink
Merge pull request #8 from 11BelowStudio/develop
Browse files Browse the repository at this point in the history
whoops!
  • Loading branch information
11BelowStudio authored Jun 7, 2024
2 parents b1468cc + 72c4f13 commit fd24ae2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ jobs:
# What directory to run muddler in.
#workingDir: # optional, default is ${{ github.workspace }}

- name: Build With Muddler [MUDKIP_install]
# You may pin to the exact commit or the version.
# uses: demonnic/build-with-muddler@a9355b3c4f93553287e0f2d4087508b9f6164225
uses: demonnic/[email protected]
with:
# Version of muddler to use
muddlerVersion: LATEST # optional, default is LATEST
# What directory to run muddler in.
workingDir: "${{ github.workspace }}/MUDKIP_install"

#- name: Upload Artifact
# # https://github.com/marketplace/actions/upload-a-build-artifact#using-outputs
# uses: actions/[email protected]
Expand All @@ -70,7 +60,7 @@ jobs:
- uses: ncipollo/release-action@v1
# see https://github.com/marketplace/actions/create-release
with:
artifacts: "build/MUDKIP_Mud2.mpackage,src/resources/version.txt,MUDKIP_install/build/MUDKIP_install.mpackage"
artifacts: "build/MUDKIP_Mud2.mpackage,src/resources/version.txt"
allowUpdates: true
bodyFile: "./README.md"
tag: ${{ env.mfile_version }}

0 comments on commit fd24ae2

Please sign in to comment.