Skip to content

Commit

Permalink
test for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Feb 24, 2024
1 parent 790293c commit 1c1d8f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ 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 1c1d8f6

Please sign in to comment.