diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ecfc03..d637c33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,15 +46,6 @@ jobs: with: name: mediarizer2-${{ matrix.OS }}-${{ matrix.ARCH }}.${{ matrix.EXT }} path: mediarizer2-${{ matrix.OS }}-${{ matrix.ARCH }}.${{ matrix.EXT }} - - name: Upload Release Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} # This is the upload URL for the release assets - asset_path: ./path_to_your_executable/mediarizer2-${{ matrix.OS }}-${{ matrix.ARCH }}${{ matrix.EXT }} - asset_name: mediarizer2-${{ matrix.OS }}-${{ matrix.ARCH }}${{ matrix.EXT }} - asset_content_type: application/octet-stream release: needs: build