Skip to content

Commit 41ff573

Browse files
committed
More path fixes
1 parent f58448d commit 41ff573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/upload-artifact@v4
136136
with:
137137
name: macos-x86_64-local-staging
138-
path: ~/local-staging
138+
path: ${{ github.workspace }}/local-staging
139139
if-no-files-found: error
140140
include-hidden-files: true
141141

@@ -186,7 +186,7 @@ jobs:
186186
uses: actions/upload-artifact@v4
187187
with:
188188
name: macos-aarch64-local-staging
189-
path: ~/local-staging
189+
path: ${{ github.workspace }}/local-staging
190190
if-no-files-found: error
191191
include-hidden-files: true
192192

0 commit comments

Comments
 (0)