fix gh action run-id for a release (fixed order)

This commit is contained in:
fkwp
2024-04-22 18:39:19 +02:00
parent 85c140bc32
commit 96a1c4bf7a

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.run_id || github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id || github.run_id }}
name: build-output
path: dist
- name: Create Tarball