Skip to content

Commit e4e4491

Browse files
committed
Fix publish-windows
1 parent c897da9 commit e4e4491

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: Bundle
31-
path: dist\*.zip
31+
path: dist/*.zip
3232
- name: Upload Bundle to Release
3333
uses: svenstaro/upload-release-action@v2
3434
if: startsWith(github.ref, 'refs/tags/')
3535
with:
3636
repo_token: ${{ secrets.GITHUB_TOKEN }}
37-
file: dist\*.zip
37+
file: dist/*.zip
3838
file_glob: true
3939
tag: ${{ github.ref }}
4040
overwrite: true

0 commit comments

Comments
 (0)