Skip to content

Commit 6410165

Browse files
authored
Install hub, missing from latest GHA image
1 parent ce8e213 commit 6410165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Upload artifacts
3030
if: ${{ startsWith(github.ref, 'refs/tags/') }}
3131
run: |
32+
sudo apt install -y hub
3233
artifacts="-a ./void-x86_64.zip -a ./void-x86_64-musl.zip -a ./void-aarch64.zip -a void-aarch64-musl.zip"
3334
tag_name="${GITHUB_REF#refs/tags/}"
3435
hub release create $artifacts -m "$tag_name" "$tag_name"

0 commit comments

Comments
 (0)