mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Test wait for VS build to finish (HX-DOS)
This commit is contained in:
4
.github/workflows/hxdos.yml
vendored
4
.github/workflows/hxdos.yml
vendored
@@ -81,6 +81,10 @@ jobs:
|
||||
cd $top/package/
|
||||
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-mingw-hx-dos-${{ env.timestamp }}.zip *
|
||||
cd $top
|
||||
- name: Wait for VS 32bit build to finish (Release only)
|
||||
shell: bash
|
||||
run: |
|
||||
sleep 30m
|
||||
- name: Download Windows build
|
||||
uses: robinraju/release-downloader@v1.8
|
||||
with:
|
||||
|
Reference in New Issue
Block a user