From 9511d4ba067535d47f3bc812f5fee24a5cdc3828 Mon Sep 17 00:00:00 2001 From: Myk Date: Wed, 16 Aug 2023 21:51:26 -0700 Subject: [PATCH] Temporarily override structures ref for Linux build Until the windows and Linux structures align again --- .github/workflows/steam-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/steam-deploy.yml b/.github/workflows/steam-deploy.yml index 2df81d45d..07e7cafa5 100644 --- a/.github/workflows/steam-deploy.yml +++ b/.github/workflows/steam-deploy.yml @@ -53,6 +53,7 @@ jobs: with: artifact-name: linux64-depot dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} + structures_ref: linux cache-id: release cache-readonly: true common-files: false