mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 01:46:49 +00:00
workflows: Fix tag name for release sources job (#100752)
This commit is contained in:
parent
3113bfbfa7
commit
3c2ce70888
2
.github/workflows/release-sources.yml
vendored
2
.github/workflows/release-sources.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
steps:
|
||||
- id: inputs
|
||||
run: |
|
||||
ref=${{ inputs.release-version || github.sha }}
|
||||
ref=${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
|
||||
if [ -n "${{ inputs.release-version }}" ]; then
|
||||
export_args="-release ${{ inputs.release-version }} -final"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user