Skip to content

Commit

Permalink
release: update cache restore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Jun 18, 2024
1 parent 9a9239a commit e5288f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release
run-name: Release ${{ github.ref_name }}
on:
push:
tags:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
- name: restore the linux zip from cache
uses: actions/cache/restore@v4
with:
key: hdcli-sea-linux-latest-zip-${{ github.run_id }}
key: hdcli-sea-linux-zip-${{ github.run_id }}
path: ./dist/apps/cli/hdcli-linux.zip
enableCrossOsArchive: true

Expand All @@ -79,7 +80,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: hdcli-sea-windows-zip-${{ github.run_id }}
path: ./dist/apps/cli/hdcli.exe-windows.zip
path: ./dist/apps/cli/hdcli-windows.zip
enableCrossOsArchive: true

- name: create release
Expand Down

0 comments on commit e5288f4

Please sign in to comment.