Fix file name conflict with XP Build

This commit is contained in:
maron2000
2023-06-27 04:33:25 +09:00
committed by GitHub
parent a128a0f999
commit e1835afbe7

View File

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