Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dmg is inside build dir
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 6, 2023
1 parent 30b5ac4 commit 4b1d9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: macOS dmg
path: ./*.dmg
path: build/*.dmg
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand All @@ -58,7 +58,7 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.dmg
path: build/*.dmg
# linux with win32 cross-compilation
win32:
Expand Down

0 comments on commit 4b1d9d5

Please sign in to comment.