mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix file name conflict with XP Build
This commit is contained in:
4
.github/workflows/windows-installers.yml
vendored
4
.github/workflows/windows-installers.yml
vendored
@@ -153,7 +153,7 @@ jobs:
|
||||
uses: actions/cache/save@v3
|
||||
with:
|
||||
path: ${{ github.workspace }}/vs-bin
|
||||
key: vs-bin-${{ github.sha }}
|
||||
key: vs-${{ github.sha }}
|
||||
MinGW32_CI_build:
|
||||
permissions:
|
||||
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows
|
||||
@@ -287,7 +287,7 @@ jobs:
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: ${{ github.workspace }}/vs-bin
|
||||
key: vs-bin-${{ github.sha }}
|
||||
key: vs-${{ github.sha }}
|
||||
- name: Package MinGW builds
|
||||
run: |
|
||||
set +e
|
||||
|
Reference in New Issue
Block a user