Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu authored Oct 13, 2022
1 parent 1b32d6b commit 25949ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.name ${{ github.actor }}
git add . && git commit -m -a
- name: Create archives on Release #创建各种系统架构下的二进制包并上传至release assets
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v3.1.0
with:
# version: latest
# args: release -f .goreleaser.yaml --rm-dist
Expand Down

0 comments on commit 25949ab

Please sign in to comment.