From e5288f4a58b7a1ffbc8adddbe0848b0b4e4f4df2 Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Tue, 18 Jun 2024 11:48:44 -0400 Subject: [PATCH] release: update cache restore paths --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebd4d4e..e580709 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: Release +run-name: Release ${{ github.ref_name }} on: push: tags: @@ -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 @@ -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