diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a052c2d..7f672a7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -106,5 +106,7 @@ jobs: - name: Upload release binaries uses: alexellis/upload-assets@0.4.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["mediarizer2-darwin-amd64.app"]' \ No newline at end of file + asset_paths: '["mediarizer2-*"]' \ No newline at end of file