Skip to content

Commit

Permalink
fix: adding token and changing name of compilation task
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Nov 7, 2022
1 parent 003df32 commit dff8fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit dff8fa5

Please sign in to comment.