prepend origin on ref

develop
Myk Taylor 2023-08-16 22:17:33 -07:00
parent 57e324b8f4
commit 1b5bee53bc
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

@ -91,7 +91,6 @@ jobs:
with: with:
repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }} repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }}
ref: ${{ inputs.structures_ref }} ref: ${{ inputs.structures_ref }}
fetch_depth: 0
path: library/xml path: library/xml
- name: Fetch ccache - name: Fetch ccache
if: inputs.platform-files if: inputs.platform-files

@ -53,7 +53,7 @@ jobs:
with: with:
artifact-name: linux64-depot artifact-name: linux64-depot
dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }} dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }}
structures_ref: linux structures_ref: origin/linux
cache-id: release cache-id: release
cache-readonly: true cache-readonly: true
common-files: false common-files: false