Skip to content

Commit

Permalink
chore: publish as CapsLockX-latest.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 13, 2021
1 parent 36bbce9 commit 3b397b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
body: "CapsLockX Package"
# 压缩包和 docs 一起同步到 gh-pages
- run: mv CapsLockX-${{ env.RELEASE_VERSION }}.zip docs/CapsLockX-${{ env.RELEASE_VERSION }}.zip
- run: mv CapsLockX-${{ env.RELEASE_VERSION }}.zip docs/CapsLockX-latest.zip
- run: cp Tools/version.txt docs/version.txt
- uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -60,6 +61,7 @@ jobs:
- uses: actions/checkout@v2
# 打包 校验
- run: choco install zip checksum
# TODO 搞个缓存
# - uses: actions/cache@v1
# id: env_cache
# with:
Expand Down

0 comments on commit 3b397b2

Please sign in to comment.