Forgot to fix one file name

This commit is contained in:
maron2000
2023-06-27 04:35:24 +09:00
committed by GitHub
parent e1835afbe7
commit b37e67aa2f

View File

@@ -363,7 +363,7 @@ jobs:
set +e
gh actions-cache delete mingw-x86-bin-${{ github.sha }} --confirm
gh actions-cache delete mingw-x64-bin-${{ github.sha }} --confirm
gh actions-cache delete vs-bin-${{ github.sha }} --confirm
gh actions-cache delete vs-${{ github.sha }} --confirm
gh actions-cache list
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}