Skip to content

Commit

Permalink
Update actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doombubbles committed Oct 5, 2024
1 parent 521058e commit 0e4af58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
PROJECT_NAME: Btd6ModHelper
CSPROJ: "./BloonsTD6 Mod Helper/BloonsTD6 Mod Helper.csproj"
BLOONSTD6: ./BloonsTD6
MELONLOADER_BRANCH: 0.6.1

jobs:
build:
Expand All @@ -31,7 +32,7 @@ jobs:
with:
files: modders.json

- name: Download Latest MelonLoader
- name: Download MelonLoader Release
if: env.MELONLOADER_BRANCH == ''
uses: robinraju/[email protected]
with:
Expand All @@ -40,14 +41,14 @@ jobs:
fileName: MelonLoader.x64.zip
tarBall: false
zipBall: false
latest: true
- name: Extract Latest MelonLoader
tag: v0.6.1
- name: Extract MelonLoader
if: env.MELONLOADER_BRANCH == ''
shell: bash
run: unzip MelonLoader.x64.zip -d ${{ env.BLOONSTD6 }}


- name: Download Specific MelonLoader
- name: Download MelonLoader Artifact
if: env.MELONLOADER_BRANCH != ''
uses: dawidd6/action-download-artifact@v2
with:
Expand Down

0 comments on commit 0e4af58

Please sign in to comment.