Skip to content

Commit 08c8119

Browse files
committed
CI: fix prerelease artifact upload
1 parent 7680413 commit 08c8119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: actions/upload-artifact@v2
5858
with:
5959
path: GNUstep-Windows-MSVC-${{matrix.arch}}.zip
60+
name: GNUstep-Windows-MSVC-${{matrix.arch}}
6061

6162
prerelease:
6263
needs: build
@@ -75,4 +76,4 @@ jobs:
7576
automatic_release_tag: latest
7677
prerelease: true
7778
title: "Latest Build"
78-
files: GNUstep-Windows-MSVC-*.tar.xz
79+
files: "**/GNUstep-Windows-MSVC-*.zip"

0 commit comments

Comments
 (0)