mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
fix bracket
This commit is contained in:
parent
395e3d0cfd
commit
fd919ef571
1 changed files with 1 additions and 1 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -215,7 +215,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/master'
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
path: ${{ env.CACHE }
|
||||
path: ${{ env.CACHE }}
|
||||
key: ${{ steps.ccache_restore.outputs.cache-primary-key }}
|
||||
|
||||
- name: "Upload artifact"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue