mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 00:30:34 +00:00
Pass the triggering workflow's workflow ID into create-release
This commit is contained in:
parent
2b2edcf440
commit
6565393e33
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Token required to download artifacts from other workflows in this run
|
||||
|
||||
run-id: '${{ inputs.run-id && github.run_id }}'
|
||||
run-id: '${{ inputs.run-id || github.event.workflow_run.id }}'
|
||||
# Use the run ID from the input if provided, otherwise use the current run ID
|
||||
|
||||
path: artifact
|
||||
|
Loading…
Reference in New Issue
Block a user