Skip to content

Commit 90c1e9b

Browse files
committed
Fix auto-upload of release artifacts
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 65158a6 commit 90c1e9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
draft: false
5454
prerelease: false
5555
files: |
56-
path: ./*.dmg
56+
./*.dmg
5757
5858
# linux with win32 cross-compilation
5959
win32:
@@ -116,7 +116,7 @@ jobs:
116116
draft: false
117117
prerelease: false
118118
files: |
119-
path: ./*.zip
119+
./*.zip
120120
121121
# linux with win64 cross-compilation
122122
win64:
@@ -180,4 +180,4 @@ jobs:
180180
draft: false
181181
prerelease: false
182182
files: |
183-
path: ./*.zip
183+
./*.zip

0 commit comments

Comments
 (0)