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:
162
162
163
163
- name : Setup Stage
164
164
id : setup-stage
165
- uses : ../workflows/.github/workflows/release-binaries-setup-stage
165
+ uses : ${{ github.workspace }}/ ../workflows/.github/workflows/release-binaries-setup-stage
166
166
167
167
- name : Checkout LLVM
168
168
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -196,7 +196,7 @@ jobs:
196
196
ls -ltr ${{ steps.setup-stage.outputs.build-prefix }}/build
197
197
198
198
- name : Save Stage
199
- uses : ../workflows/.github/workflows/release-binaries-save-stage
199
+ uses : ${{ github.workspace }}/ ../workflows/.github/workflows/release-binaries-save-stage
200
200
with :
201
201
build-prefix : ${{ steps.setup-stage.outputs.build-prefix }}
202
202
You can’t perform that action at this time.
0 commit comments