Skip to content

Commit ac0250a

Browse files
committed
fix workflow (release)
1 parent 8e0f8b7 commit ac0250a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
uses: actions/download-artifact@v4
111111
with:
112112
name: published-x86
113-
path: bin/x86
113+
path: ${{ github.workspace }}/bin/
114114

115115
- name: Download x64 Artifact
116116
uses: actions/download-artifact@v4
117117
with:
118118
name: published-x64
119-
path: bin/x64
119+
path: ${{ github.workspace }}/bin/
120120

121121
- name: Create GitHub Release
122122
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)