mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: |
|
||||
if not exist "./dist/swingmusic.exe" (
|
||||
echo Build failed
|
||||
exit /b 1
|
||||
)
|
||||
if (-not (Test-Path "./dist/swingmusic.exe")) {
|
||||
Write-Host "Build failed"
|
||||
exit 1
|
||||
}
|
||||
- name: Upload Linux binary
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user