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 b7f3acc commit 3521e17
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 @@ -51,6 +51,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: GNUstep-Android-${{matrix.name}}.tar.xz
name: GNUstep-Android-${{matrix.name}}

prerelease:
needs: build
Expand All @@ -69,4 +70,4 @@ jobs:
automatic_release_tag: latest
prerelease: true
title: "Latest Build"
files: GNUstep-Android-*.tar.xz
files: "*/GNUstep-Android-*.tar.xz"

0 comments on commit 3521e17

Please sign in to comment.