We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c64156 commit a279ea0Copy full SHA for a279ea0
.github/workflows/release-sources.yml
@@ -51,7 +51,7 @@ jobs:
51
steps:
52
- id: inputs
53
run: |
54
- ref=${{ inputs.release-version || github.sha }}
+ ref=${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}
55
if [ -n "${{ inputs.release-version }}" ]; then
56
export_args="-release ${{ inputs.release-version }} -final"
57
else
0 commit comments