Skip to content

Commit

Permalink
Merge pull request #9 from kostage/improve-release-process
Browse files Browse the repository at this point in the history
trying to make release artifacts 4
  • Loading branch information
kostage authored Jul 16, 2022
2 parents 4146ba1 + ab170e8 commit 2298ea6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build

on:
push:
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: write

jobs:
build:
build-artifacts:
runs-on: ubuntu-latest
steps:
-
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ builds:
- env: [CGO_ENABLED=0]
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64

0 comments on commit 2298ea6

Please sign in to comment.