Skip to content

Commit

Permalink
fix macos in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-chahboun committed Oct 18, 2022
1 parent 2c18eb5 commit 2ac1374
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 @@ -68,6 +68,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./bin/tarjem-${{ github.ref_name }}-macos-amd64.exe
asset_name: tarjem-${{ github.ref_name }}-macos-amd64.exe
asset_path: ./bin/tarjem-${{ github.ref_name }}-macos-amd64
asset_name: tarjem-${{ github.ref_name }}-macos-amd64
asset_content_type: application/x-executable

0 comments on commit 2ac1374

Please sign in to comment.