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