Fix starcatcher-release step (see 8c80dca9
)
This commit is contained in:
parent
51b8b0bf38
commit
cb7665b631
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -196,4 +196,4 @@ jobs:
|
|||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- id: get_type
|
- id: get_type
|
||||||
run: python3 ./.github/get-type.py ${{ github.ref }}
|
run: python3 ./.github/get-type.py ${{ github.ref }}
|
||||||
- run: ./.github/starcatcher-publish.sh "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}&commit=${{ github.sha }}"
|
- run: ./.github/starcatcher-release.sh "https://starcatcher.us/TPT/perform-release.lua?mod=${{ steps.get_type.outputs.MOD_ID }}&type=${{ steps.get_type.outputs.TYPE }}&name=${{ steps.get_type.outputs.NAME }}&commit=${{ github.sha }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user