Skip to content

Commit

Permalink
尝试指定版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Apr 15, 2024
1 parent f83fdb6 commit c559685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
go-version: 1.22.2
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: Run GoReleaser
Expand All @@ -41,5 +41,5 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: workspace_artifacts
name: artifacts
path: ${{ github.workspace }}

0 comments on commit c559685

Please sign in to comment.