Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Oct 11, 2024
1 parent b60900a commit 216fd3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
if: ${{ env.PACK_TOOLCHAIN == 'true' }}
uses: actions/cache@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ steps.runtime-cache-key.outputs.key }}
enableCrossOsArchive: true

Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
- name: Download ${{ env.TOOLCHAIN_NAME }} runtime
uses: actions/cache/restore@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
restore-keys: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
enableCrossOsArchive: true
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
- name: Download ${{ env.TOOLCHAIN_NAME }} runtime
uses: actions/cache/restore@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
restore-keys: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
enableCrossOsArchive: true
Expand Down Expand Up @@ -815,7 +815,7 @@ jobs:
- name: Download ${{ env.TOOLCHAIN_NAME }} runtime
uses: actions/cache/restore@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
restore-keys: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
enableCrossOsArchive: true
Expand Down Expand Up @@ -934,7 +934,7 @@ jobs:
- name: Download ${{ env.TOOLCHAIN_NAME }} runtime
uses: actions/cache/restore@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
restore-keys: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
enableCrossOsArchive: true
Expand Down Expand Up @@ -1046,7 +1046,7 @@ jobs:
- name: Download ${{ env.TOOLCHAIN_NAME }} runtime
uses: actions/cache/restore@v4
with:
path: ./artifact/${{ env.RUNTIME_PACKAGE_NAME }}
path: ${{ env.ARTIFACT_PATH }}/${{ env.RUNTIME_PACKAGE_NAME }}
key: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
restore-keys: ${{ needs.build-toolchain.outputs.runtime-cache-key }}
enableCrossOsArchive: true
Expand Down

0 comments on commit 216fd3c

Please sign in to comment.