Skip to content

Commit 5c3f6b0

Browse files
committed
CI: fix prerelease artifact upload
1 parent 7680413 commit 5c3f6b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
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
@@ -66,6 +67,8 @@ jobs:
6667
steps:
6768
- name: Download artifacts
6869
uses: actions/download-artifact@v2
70+
with:
71+
path: artifacts
6972

7073
- name: Update GitHub prerelease
7174
if: ${{ github.ref == 'refs/heads/master' }}
@@ -75,4 +78,4 @@ jobs:
7578
automatic_release_tag: latest
7679
prerelease: true
7780
title: "Latest Build"
78-
files: GNUstep-Windows-MSVC-*.tar.xz
81+
files: artifacts/**/GNUstep-Windows-MSVC-*.tar.xz

0 commit comments

Comments
 (0)