Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jun 26, 2024
1 parent aa1b56f commit 97ab7f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-release-asset@v1
with:
upload_url: $UPLOAD_URL
upload_url: ${{needs.create_release.outputs.upload_url}}
asset_path: dist/taf
asset_name: taf-linux
asset_content_type: application/x-executable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -182,6 +183,7 @@ jobs:
upload_url: ${{needs.create_release.outputs.upload_url}}
asset_path: dist/taf.exe
asset_name: taf-windows
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -192,6 +194,7 @@ jobs:
upload_url: ${{needs.create_release.outputs.upload_url}}
asset_path: dist/taf
asset_name: taf-macos
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97ab7f5

Please sign in to comment.