diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57f9d0d9..82c83df1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -101,4 +107,5 @@ jobs: --notes "$(cat << 'EOM' ${{ needs.build.outputs.changelog }} EOM - )" + ) \ + ${{ github.workspace }}/vgo"