Browse Source

Fix auto-upload of release artifacts

Signed-off-by: falkTX <falktx@falktx.com>
pull/1805/head
falkTX 1 year ago
parent
commit
8e79c11291
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/release.yml

+ 3
- 3
.github/workflows/release.yml View File

@@ -53,7 +53,7 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.dmg
./*.dmg

# linux with win32 cross-compilation
win32:
@@ -116,7 +116,7 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.zip
./*.zip

# linux with win64 cross-compilation
win64:
@@ -180,4 +180,4 @@ jobs:
draft: false
prerelease: false
files: |
path: ./*.zip
./*.zip

Loading…
Cancel
Save