Skip to content

Commit

Permalink
fixing build workflow #8
Browse files Browse the repository at this point in the history
  • Loading branch information
tarach committed Jan 18, 2024
1 parent 889315f commit 1d6b9ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
release_id=$(curl -s -X GET -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/tags/${GITHUB_REF_NAME}" | jq -r '.id')
echo "release_id=$release_id" >> $GITHUB_OUTPUT
- name: Setup Hub
uses: Geertvdc/[email protected]

# Upload the generated files as assets to the existing release
- name: Upload Release Assets
run: |
Expand Down

0 comments on commit 1d6b9ce

Please sign in to comment.