Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quanru committed Aug 16, 2023
1 parent a19a534 commit 324a5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: build
run: |
mkdir ${{ env.NAME }}
cp -r .obsidian 0.\ 周期笔记 1.\ 项目 2.\ 领域 3.\ 资源 4.\ 存档 主页.canvas README.md 任务.md 模版 ${{ env.NAME }}
cp -r .obsidian 0.\ 周期笔记 1.\ 项目 2.\ 领域 3.\ 资源 4.\ 存档 主页.canvas README.md 任务.md ${{ env.NAME }}
zip -r ${{ env.NAME }}.zip ${{ env.NAME }}
ls
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
Expand Down

0 comments on commit 324a5ef

Please sign in to comment.