Test wait for VS build to finish (HX-DOS)

This commit is contained in:
maron2000
2023-09-05 20:04:42 +09:00
parent dcec96e977
commit 8a34d2ef50

View File

@@ -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: