Skip to content

Commit

Permalink
Update Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 12, 2023
1 parent 9b535da commit ed93e9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
asset_path: ./authy-export-linux-amd64
asset_name: authy-export-linux-amd64
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload macOS binary
uses: actions/upload-release-asset@v1
Expand All @@ -54,6 +56,8 @@ jobs:
asset_path: ./authy-export-darwin-amd64
asset_name: authy-export-darwin-amd64
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Windows binary
uses: actions/upload-release-asset@v1
Expand All @@ -62,3 +66,5 @@ jobs:
asset_path: ./authy-export-windows-amd64.exe
asset_name: authy-export-windows-amd64.exe
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed93e9c

Please sign in to comment.