diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5f57420..eeda158 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,13 +59,6 @@ jobs: name: linux retention-days: 1 - - name: Upload executable to artifacts - uses: actions/upload-artifact@v4 - with: - path: linux/${{ env.binary }} - name: linux-executable - retention-days: 1 - - name: Upload binaries to release if: ${{ env.add_binaries_to_github_release == 'true' }} uses: svenstaro/upload-release-action@v2 @@ -112,13 +105,6 @@ jobs: name: windows retention-days: 1 - - name: Upload executable to artifacts - uses: actions/upload-artifact@v4 - with: - path: windows/${{ env.binary }}.exe - name: windows-executable - retention-days: 1 - - name: Upload binaries to release if: ${{ env.add_binaries_to_github_release == 'true' }} uses: svenstaro/upload-release-action@v2 @@ -166,13 +152,6 @@ jobs: name: macOS-intel retention-days: 1 - - name: Upload executable to artifacts - uses: actions/upload-artifact@v4 - with: - path: target/x86_64-apple-darwin/release/${{ env.binary }} - name: mac-x86-executable - retention-days: 1 - - name: Upload binaries to release if: ${{ env.add_binaries_to_github_release == 'true' }} uses: svenstaro/upload-release-action@v2 @@ -220,13 +199,6 @@ jobs: name: macOS-apple-silicon retention-days: 1 - - name: Upload executable to artifacts - uses: actions/upload-artifact@v4 - with: - path: target/aarch64-apple-darwin/release/${{ env.binary }} - name: mac-arm-executable - retention-days: 1 - - name: Upload binaries to release if: ${{ env.add_binaries_to_github_release == 'true' }} uses: svenstaro/upload-release-action@v2