Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from li1553770945/dev
Browse files Browse the repository at this point in the history
feat(github):修改github actions文件
  • Loading branch information
li1553770945 authored Oct 8, 2024
2 parents 6910753 + b3a1596 commit dbb9a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Go 1.21
- name: Set up Go 1.23
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.23

- name: Build project
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
working-directory: . # 替换成你的仓库路径

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output
path: output

0 comments on commit dbb9a3a

Please sign in to comment.