Skip to content

Commit 90b2eb4

Browse files
committed
fix(release): use repo-root artifact paths
1 parent f528d72 commit 90b2eb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-pc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
--version "${{ needs.metadata.outputs.version }}" \
185185
--channel "${{ needs.metadata.outputs.channel }}" \
186186
--base-url "${{ env.UPDATE_BASE_URL }}" \
187-
--input-dir ".artifacts" \
188-
--output-dir ".release-prepared" \
187+
--input-dir "../../../.artifacts" \
188+
--output-dir "../../../.release-prepared" \
189189
--github-repo "${{ env.GITHUB_REPO }}" \
190190
--targets "darwin-arm64,darwin-x64"
191191
- name: Smoke check generated feeds
@@ -194,7 +194,7 @@ jobs:
194194
--version "${{ needs.metadata.outputs.version }}" \
195195
--channel "${{ needs.metadata.outputs.channel }}" \
196196
--base-url "${{ env.UPDATE_BASE_URL }}" \
197-
--input-dir ".release-prepared" \
197+
--input-dir "../../../.release-prepared" \
198198
--targets "darwin-arm64,darwin-x64"
199199
- name: Publish GitHub release
200200
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)