Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih authored Feb 22, 2023
1 parent d21f0da commit bafcff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Upload zip
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_ACCESS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'build/release/*.zip'
- name: Upload zip.MD5
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_ACCESS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'build/release/*.zip.MD5'
args: 'build/release/*.zip.MD5'

0 comments on commit bafcff8

Please sign in to comment.