Skip to content

Commit

Permalink
Install hub, missing from latest GHA image
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Mar 21, 2024
1 parent ce8e213 commit 6410165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Upload artifacts
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: |
sudo apt install -y hub
artifacts="-a ./void-x86_64.zip -a ./void-x86_64-musl.zip -a ./void-aarch64.zip -a void-aarch64-musl.zip"
tag_name="${GITHUB_REF#refs/tags/}"
hub release create $artifacts -m "$tag_name" "$tag_name"
Expand Down

0 comments on commit 6410165

Please sign in to comment.