-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from 11BelowStudio/develop
whoops!
- Loading branch information
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 }} |