Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Jun 5, 2020
1 parent 563255d commit 1704308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload build asset

on:
release:
types: [published, created, edited]
types: [published]

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:
buildCmd: env GOOS=darwin GOARCH=amd64 go build -o zcli-mac ./main.go
file: zcli-mac
args: --better
strip: true
strip: false

steps:

Expand Down

0 comments on commit 1704308

Please sign in to comment.