From 11e11ca048b7f6b9d69559dfa5bee8047c615c79 Mon Sep 17 00:00:00 2001 From: Ioannis Tsiakkas Date: Sat, 24 Feb 2024 14:54:34 +0200 Subject: [PATCH] Remove file upload from build process --- .github/workflows/go.yml | 9 --------- 1 file changed, 9 deletions(-) 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