Skip to content

Commit

Permalink
artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Jan 10, 2022
1 parent 4aac86b commit f81cf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: CGO_ENABLED=1 GOOS=linux go build -a -ldflags '-linkmode external -extldflags "-static"' -o main
run: CGO_ENABLED=1 GOOS=linux go build -a -ldflags '-linkmode external -extldflags "-static"'
- name: Create a release
uses: ncipollo/release-action@v1
with:
artifacts: "main"
artifacts: ${{ github.event.repository.name }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit f81cf69

Please sign in to comment.