From f5dfa03c4984ff45fd0c09f93caaf30265ed5522 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 3 Aug 2023 00:57:55 -0700 Subject: [PATCH] use new var names in deploy actions --- .github/workflows/github-release.yml | 2 +- .github/workflows/steam-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 3adabe0db..7ec362dec 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -28,7 +28,7 @@ jobs: uses: ./.github/workflows/build-linux.yml with: artifact-name: linux64-release - ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} + dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} cache-id: release cache-readonly: true stonesense: true diff --git a/.github/workflows/steam-deploy.yml b/.github/workflows/steam-deploy.yml index 88d28d679..d33ad3588 100644 --- a/.github/workflows/steam-deploy.yml +++ b/.github/workflows/steam-deploy.yml @@ -28,7 +28,7 @@ jobs: uses: ./.github/workflows/build-linux.yml with: artifact-name: common-depot - ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} + dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} platform-files: false docs: true stonesense: true @@ -51,7 +51,7 @@ jobs: uses: ./.github/workflows/build-linux.yml with: artifact-name: linux64-depot - ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} + dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} cache-id: release cache-readonly: true common-files: false