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 f58448d commit 41ff573Copy full SHA for 41ff573
1 file changed
.github/workflows/build-and-publish.yml
@@ -135,7 +135,7 @@ jobs:
135
uses: actions/upload-artifact@v4
136
with:
137
name: macos-x86_64-local-staging
138
- path: ~/local-staging
+ path: ${{ github.workspace }}/local-staging
139
if-no-files-found: error
140
include-hidden-files: true
141
@@ -186,7 +186,7 @@ jobs:
186
187
188
name: macos-aarch64-local-staging
189
190
191
192
0 commit comments