Skip to content

Commit

Permalink
Merge branch 'release/1.0.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemaiors committed Jun 26, 2023
2 parents 22663fa + e3d2909 commit b1f24a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@ on:
name: Create Release

jobs:
build:
create_release:
name: Create Release
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -34,6 +24,20 @@ jobs:
body_path: Changelog.md
draft: false
prerelease: false
update_release:
name: Update Release
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- name: "Upload assets"
uses: wangyoucao577/go-release-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Release 1.0.15
# Release 1.0.16

* Actions test

0 comments on commit b1f24a6

Please # to comment.