Skip to content

Commit

Permalink
chore: 更新编译信息
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Nov 16, 2023
1 parent 1b0f91d commit b957425
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21

- name: Build go binary
run: sh build.sh
- name: Build binary
run: |
sh build.sh
- name: Create github release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: RELEASE.md
body_path: ./RELEASE.md
draft: false
prerelease: false
files: |
Expand Down

0 comments on commit b957425

Please sign in to comment.