mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
Fix release upload: windows-installers.yml
This commit is contained in:
parent
7f376ba859
commit
fb02625174
4
.github/workflows/windows-installers.yml
vendored
4
.github/workflows/windows-installers.yml
vendored
@ -219,7 +219,7 @@ jobs:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/vs-bin
|
||||
path: ${{ github.workspace }}/mingw-x86-bin
|
||||
key: mingw-x86-bin-r-${{ github.sha }}
|
||||
MinGW64_CI_build:
|
||||
permissions:
|
||||
@ -278,7 +278,7 @@ jobs:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ${{ github.workspace }}/vs-bin
|
||||
path: ${{ github.workspace }}/mingw-x64-bin/
|
||||
key: mingw-x64-bin-r-${{ github.sha }}
|
||||
Build_Windows_Installer:
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user