From b2b813d0d45720f0f31cf40eee70c343a8fb2898 Mon Sep 17 00:00:00 2001 From: humbletim Date: Wed, 30 Mar 2022 02:24:41 -0400 Subject: [PATCH] dedupe Firestorm-FirestormVR-.. within channel/titlebar --- .github/workflows/CompileWindows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompileWindows.yml b/.github/workflows/CompileWindows.yml index 46cf0270e43..2a9885ece75 100644 --- a/.github/workflows/CompileWindows.yml +++ b/.github/workflows/CompileWindows.yml @@ -21,7 +21,7 @@ jobs: windows_build: runs-on: windows-2019 env: - VIEWER_CHANNEL: FirestormVR-GHA + VIEWER_CHANNEL: VR-GHA AUTOBUILD_BUILD_ID: 65658 AUTOBUILD_CONFIGURATION: ReleaseFS_open steps: @@ -84,7 +84,7 @@ jobs: id: cached-3p-inline uses: actions/cache@v2 with: - key: ${{ runner.os }}-3p-inline-${{ hashFiles('3p-inline.sorted.txt') }}-${{ env.VIEWER_CHANNEL }} + key: ${{ runner.os }}-3p-inline-${{ hashFiles('3p-inline.sorted.txt') }}-FirestormVR-GHA path: | 3p-inline/*/_results.env 3p-inline/*/*.tar.bz2 @@ -100,14 +100,14 @@ jobs: uses: actions/cache@v2 with: path: ${{ env.AUTOBUILD_INSTALLABLE_CACHE }} - key: ${{ runner.os }}-downloads-${{ hashFiles('autobuild.xml.sorted.txt') }}-${{ env.VIEWER_CHANNEL }} + key: ${{ runner.os }}-downloads-${{ hashFiles('autobuild.xml.sorted.txt') }}-FirestormVR-GHA - name: cache -- buildir packages id: cached-buildir-packages uses: actions/cache@v2 with: path: c:\cache\packages - key: ${{ runner.os }}-buildir-packages-${{ hashFiles('autobuild.xml.sorted.txt') }}-${{ env.VIEWER_CHANNEL }} + key: ${{ runner.os }}-buildir-packages-${{ hashFiles('autobuild.xml.sorted.txt') }}-FirestormVR-GHA - name: Reset cached packages sentinels # if: steps.cached-buildir-packages.outputs.cache-hit == 'true'