Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amunife committed Feb 15, 2024
1 parent 03c472c commit fa959b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.DEV_TOKEN }}
with:
upload_url: ${{ steps.create-new-release.outputs.upload_url }}
asset_path: .
asset_name: nifectl-*
asset_path: ./nifectl-v1.0.104-darwin-amd64.tar.gz
asset_name: nifectl-v1.0.104-darwin-amd64.tar.gz
asset_content_type: application/octet-stream

0 comments on commit fa959b4

Please sign in to comment.