Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xstar97 committed Mar 1, 2024
1 parent b7dfd9a commit a94fbe7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
go build -ldflags "-w -s" -o ./littlelinks-generator cmd/main.go
- name: Upload Release Artifacts
uses: softprops/action-gh-release@v1
uses: actions/upload-release-asset@v1
with:
files: ./build/littlelinks-generator
tag_name: ${{ github.ref }}
append_body: true
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/littlelinks-generator
asset_name: littlelinks-generator
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a94fbe7

Please sign in to comment.