Skip to content

Commit

Permalink
更新cicd文件
Browse files Browse the repository at this point in the history
  • Loading branch information
silin001 committed Aug 9, 2023
1 parent 07caa9c commit 62a5da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/myCi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs: # 触发的任务列表
steps: #步骤
# 获取源码 这一步是检出你的仓库并下载里面的代码到runner中,actions/checkout@v2是官方自己造的轮子,直接拿来用就行
- name: action-获取源码
uses: actions/checkout@v2
uses: actions/checkout@latest # @latest 标签获取最新版

# 打包构建
- name: action-打包
Expand Down

0 comments on commit 62a5da7

Please sign in to comment.