Skip to content

Commit

Permalink
新增自动化脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wangYX657211334 committed Oct 31, 2024
1 parent f283e8c commit a17c3e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
go-version: '^1.23.0'
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: pwd
run: pwd
- name: ls
run: ls -l
- name: Get dependencies
run: go get
- name: Go release
Expand Down

0 comments on commit a17c3e4

Please sign in to comment.