There was an error while loading. Please reload this page.
1 parent 30b5ac4 commit 4b1d9d5Copy full SHA for 4b1d9d5
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/upload-artifact@v3
50
with:
51
name: macOS dmg
52
- path: ./*.dmg
+ path: build/*.dmg
53
- uses: softprops/action-gh-release@v1
54
if: startsWith(github.ref, 'refs/tags/')
55
@@ -58,7 +58,7 @@ jobs:
58
draft: false
59
prerelease: false
60
files: |
61
62
63
# linux with win32 cross-compilation
64
win32:
0 commit comments