Skip to content

Commit

Permalink
Remove file upload from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Feb 24, 2024
1 parent bee28c1 commit 11e11ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11e11ca

Please sign in to comment.