Skip to content

Commit

Permalink
Fix auto-upload of release artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 30, 2023
1 parent b493bb8 commit 8e79c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.dmg
./*.dmg
# linux with win32 cross-compilation
win32:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.zip
./*.zip
# linux with win64 cross-compilation
win64:
Expand Down Expand Up @@ -180,4 +180,4 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.zip
./*.zip

0 comments on commit 8e79c11

Please sign in to comment.