Skip to content

Commit 4b1d9d5

Browse files
committed
dmg is inside build dir
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 30b5ac4 commit 4b1d9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/upload-artifact@v3
5050
with:
5151
name: macOS dmg
52-
path: ./*.dmg
52+
path: build/*.dmg
5353
- uses: softprops/action-gh-release@v1
5454
if: startsWith(github.ref, 'refs/tags/')
5555
with:
@@ -58,7 +58,7 @@ jobs:
5858
draft: false
5959
prerelease: false
6060
files: |
61-
path: ./*.dmg
61+
path: build/*.dmg
6262
6363
# linux with win32 cross-compilation
6464
win32:

0 commit comments

Comments
 (0)