From bac2d82f9c55580e07e84a4124acf0893205caba Mon Sep 17 00:00:00 2001 From: Ioannis Tsiakkas Date: Sat, 24 Feb 2024 15:13:36 +0200 Subject: [PATCH] Fix path --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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