From dff8fa532d0f60a000a090b44d21199e168f10c9 Mon Sep 17 00:00:00 2001 From: John Hilliard Date: Mon, 7 Nov 2022 17:47:37 -0500 Subject: [PATCH] fix: adding token and changing name of compilation task --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea78b149..2e49f865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: '>=1.18.0' - - name: install cargo deps and build avail + - name: perform cross build and compress binaries shell: bash run: | pwd @@ -49,7 +49,7 @@ jobs: - name: publish binaries uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secrets.PAT_TOKEN }} + repo_token: ${{ secrets.GITHUB_TOKEN }} file: out/*.tar.gz release_name: ${{ steps.prepare.outputs.tag_name }} tag: ${{ steps.prepare.outputs.tag_name }}