Skip to content

Commit 3863bb1

Browse files
authored
ci: fix Windows gh release pipeline (solana-labs#165)
1 parent d88050c commit 3863bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/download-artifact@v3
100100
with:
101101
name: windows-artifact
102-
path: .windows-release/
102+
path: ./windows-release/
103103

104104
- name: Release
105105
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)