mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
update workflow
This commit is contained in:
parent
1b83987482
commit
beabd94d9d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -75,10 +75,10 @@ jobs:
|
|||||||
- name: Verify Windows build success
|
- name: Verify Windows build success
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: |
|
run: |
|
||||||
if not exist "./dist/swingmusic.exe" (
|
if (-not (Test-Path "./dist/swingmusic.exe")) {
|
||||||
echo Build failed
|
Write-Host "Build failed"
|
||||||
exit /b 1
|
exit 1
|
||||||
)
|
}
|
||||||
- name: Upload Linux binary
|
- name: Upload Linux binary
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user