File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162
163163 - name : Setup Stage
164164 id : setup-stage
165- uses : ${{ github.workspace }}/../workflows/.github/workflows/release-binaries-setup-stage
165+ uses : " ${{ github.workspace }}/../workflows/.github/workflows/release-binaries-setup-stage"
166166
167167 - name : Checkout LLVM
168168 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -196,7 +196,7 @@ jobs:
196196 ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build
197197
198198 - name : Save Stage
199- uses : ${{ github.workspace }}/../workflows/.github/workflows/release-binaries-save-stage
199+ uses : " ${{ github.workspace }}/../workflows/.github/workflows/release-binaries-save-stage"
200200 with :
201201 build-prefix : ${{ steps.setup-stage.outputs.build-prefix }}
202202
You can’t perform that action at this time.
0 commit comments