Skip to content

Commit

Permalink
Fix keys for self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 14, 2023
1 parent 21063f7 commit 27c5f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
id: cache-udk-lite-release
with:
path: ${{ env.UDK_LITE_CACHE }}
key: ${{ matrix.os }}-cache-udk-lite-release-${{ env.UDK_LITE_TAG }}
restore-keys: ${{ matrix.os }}-cache-udk-lite-release-${{ env.UDK_LITE_TAG }}
key: windows-latest-cache-udk-lite-release-${{ env.UDK_LITE_TAG }}
restore-keys: windows-latest-cache-udk-lite-release-${{ env.UDK_LITE_TAG }}

- name: Download UnrealScript generated messages
uses: actions/download-artifact@v3
with:
name: umb-generated-uscript-${{ matrix.os }}-${{ matrix.build_type }}
name: umb-generated-uscript-windows-latest-${{ matrix.build_type }}

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 27c5f24

Please sign in to comment.