diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 7635132282..8f4ccbabe2 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -137,6 +137,12 @@ jobs: with: subject-path: ${{ env.STELLAR_CLI_INSTALLER }} + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: ${{ env.STELLAR_CLI_INSTALLER }} + path: ${{ env.STELLAR_CLI_INSTALLER }} + - name: Upload to Release (release only) if: github.event_name == 'release' uses: actions/github-script@v7