We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hub
1 parent ce8e213 commit 6410165Copy full SHA for 6410165
.github/workflows/main.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Upload artifacts
30
if: ${{ startsWith(github.ref, 'refs/tags/') }}
31
run: |
32
+ sudo apt install -y hub
33
artifacts="-a ./void-x86_64.zip -a ./void-x86_64-musl.zip -a ./void-aarch64.zip -a void-aarch64-musl.zip"
34
tag_name="${GITHUB_REF#refs/tags/}"
35
hub release create $artifacts -m "$tag_name" "$tag_name"
0 commit comments