From e33b18d397cffc23c50e6a0913ba10d7d4195281 Mon Sep 17 00:00:00 2001 From: gokhun Date: Mon, 8 Mar 2021 12:48:59 +0300 Subject: [PATCH] Trying to release artifacts --- .github/workflows/publish.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d803740..ea7135b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,8 @@ jobs: - name: Make release run: make release - name: Upload release binaries - uses: AButler/upload-release-assets@v2.0 + uses: alexellis/upload-assets@0.3.0 + env: + GITHUB_TOKEN: ${{ github.token }} with: - files: "bin/*" - repo-token: ${{ secrets.GITHUB_TOKEN }} + asset_paths: '["./bin/*"]'