Skip to content

Commit

Permalink
Oooops. That's not the right script.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaloLorn committed Jan 31, 2022
1 parent 554f57f commit 57af96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build standalone release
run: ./gradlew jlink
- name: Create standalone launcher
run: '"cd bin && OSRLaunchpad.bat" | Out-File -FilePath OpenStarRuler-Launchpad\OSRLauncher.bat -Encoding "ascii"'
run: '"bin\OSRLaunchpad.bat" | Out-File -FilePath OSRLaunchpad.bat -Encoding "ascii"'
shell: powershell
- name: Pack standalone release
run: New-Item -Name "OpenStarRuler-Launchpad" -ItemType "directory"; Rename-Item README.md README.txt; Copy-Item -Path README.txt,LICENSE.txt,build/image/*,OSRLaunchpad.bat -Destination "OpenStarRuler-Launchpad" -Recurse; Compress-Archive -Path "OpenStarRuler-Launchpad" -DestinationPath "standalone-windows.zip"
Expand Down

0 comments on commit 57af96f

Please sign in to comment.