Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Apr 14, 2021
1 parent fa2b0d3 commit e3660db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
goos: linux
goarch: amd64
binary_name: otpgen
project_path: cmd/

release-linux-arm:
name: release linux/arm
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:
goos: linux
goarch: arm
binary_name: otpgen
project_path: cmd/

release-linux-arm64:
name: release linux/arm64
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
goos: linux
goarch: arm64
binary_name: otpgen
project_path: cmd/

release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -52,7 +52,7 @@ jobs:
goos: darwin
goarch: amd64
binary_name: otpgen
project_path: cmd/

release-darwin-arm64:
name: release darwin/arm64
runs-on: ubuntu-latest
Expand All @@ -64,7 +64,7 @@ jobs:
goos: darwin
goarch: arm64
binary_name: otpgen
project_path: cmd/

release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -76,4 +76,3 @@ jobs:
goos: windows
goarch: amd64
binary_name: otpgen
project_path: cmd/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [v1.0.0](https://github.com/containeroo/otpgen/tree/v1.0.0) (2021-04-14)

Initial release

0 comments on commit e3660db

Please sign in to comment.