Skip to content

Commit

Permalink
Merge pull request #4451 from maron2000/hxdos_fix
Browse files Browse the repository at this point in the history
HX-DOS fix pre-upload testing failure
  • Loading branch information
joncampbell123 committed Sep 5, 2023
2 parents 487e6fe + 6e337b4 commit c3fd9cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hxdos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ 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)
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: |
sleep 40m
- name: Download Windows build
uses: robinraju/[email protected]
with:
Expand Down

0 comments on commit c3fd9cb

Please sign in to comment.