Skip to content

Commit

Permalink
CI: fix prerelease artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Sep 12, 2021
1 parent 7680413 commit 08c8119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: GNUstep-Windows-MSVC-${{matrix.arch}}.zip
name: GNUstep-Windows-MSVC-${{matrix.arch}}

prerelease:
needs: build
Expand All @@ -75,4 +76,4 @@ jobs:
automatic_release_tag: latest
prerelease: true
title: "Latest Build"
files: GNUstep-Windows-MSVC-*.tar.xz
files: "**/GNUstep-Windows-MSVC-*.zip"

0 comments on commit 08c8119

Please sign in to comment.