use new var names in deploy actions

develop
Myk Taylor 2023-08-03 00:57:55 -07:00
parent fbbadf76ff
commit f5dfa03c49
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

@ -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

@ -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