Skip to content

Commit

Permalink
build: sigh. Okay you win
Browse files Browse the repository at this point in the history
Signed-off-by: ChecksumDev <[email protected]>
  • Loading branch information
ChecksumDev authored Jul 16, 2024
1 parent 3319dc7 commit 0279769
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mbss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
}
- name: Create MBSS directory
run: New-Item -ItemType Directory -Path ./bin -Force
run: New-Item -ItemType Directory -Path ./bin/mbss

- name: Extract MBSS
run: Expand-Archive -Path MBSS.zip -DestinationPath ./bin
run: Expand-Archive -Path MBSS.zip -DestinationPath ./bin/mbss

- name: Start MBSS
if: ${{ !contains(github.event.head_commit.message, ':reset') }}
run: ./bin/MBSS.exe
run: ./bin/mbss/MBSS.exe

- name: Start MBSS and reset
if: ${{ contains(github.event.head_commit.message, ':reset') }}
run: ./bin/MBSS.exe --reset
run: ./bin/mbss/MBSS.exe --reset

0 comments on commit 0279769

Please sign in to comment.