We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f3acc commit 95686ccCopy full SHA for 95686cc
1 file changed
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
uses: actions/upload-artifact@v2
52
with:
53
path: GNUstep-Android-${{matrix.name}}.tar.xz
54
+ name: GNUstep-Android-${{matrix.name}}
55
56
prerelease:
57
needs: build
@@ -69,4 +70,4 @@ jobs:
69
70
automatic_release_tag: latest
71
prerelease: true
72
title: "Latest Build"
- files: GNUstep-Android-*.tar.xz
73
+ files: "**/GNUstep-Android-*.tar.xz"
0 commit comments