Skip to content

Commit

Permalink
Automate associating binary with release
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Oct 5, 2024
1 parent 9dab802 commit 4cb7c71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

- name: archive vgo
uses: actions/download-artifact@v4
with:
name: vgo
path: ${{ github.workspace }}/vgo

# Remove old release drafts by using the curl request for the available releases with draft flag
- name: Remove Old Release Drafts
env:
Expand All @@ -101,4 +107,5 @@ jobs:
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
)"
) \
${{ github.workspace }}/vgo"

0 comments on commit 4cb7c71

Please sign in to comment.