Skip to content

Commit

Permalink
release: resolve cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Jun 18, 2024
1 parent 0f9a3eb commit 9a9239a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@ jobs:
npm publish
- name: restore the linux zip from cache
uses: actions/cache/save@v4
uses: actions/cache/restore@v4
with:
key: hdcli-sea-linux-latest-zip-${{ github.run_id }}
path: ./dist/apps/cli/hdcli-linux.zip
enableCrossOsArchive: true

- name: restore the macos zip from cache
uses: actions/cache/save@v4
uses: actions/cache/restore@v4
with:
key: hdcli-sea-macos-zip-${{ github.run_id }}
path: ./dist/apps/cli/hdcli-macos.zip
enableCrossOsArchive: true

- name: restore the windows zip from cache
uses: actions/cache/save@v4
uses: actions/cache/restore@v4
with:
key: hdcli-sea-windows-zip-${{ github.run_id }}
path: ./dist/apps/cli/hdcli.exe-windows.zip
Expand Down

0 comments on commit 9a9239a

Please sign in to comment.