提交 9fe1c149 编写于 作者: B baiy 提交者: ninecents

update

上级 a07f257d
name: Build to gh-pages
name: Build Ctool
on: [ push ]
jobs:
deploy:
......@@ -62,16 +62,17 @@ jobs:
zip -r -q ../temp_release/firefox.zip ./*
cd ../
- name: upload build to github
- name: Upload build to github
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: |
web.zip
chrome.zip
utools.zip
edge.zip
firefox.zip
./temp_release/web.zip
./temp_release/chrome.zip
./temp_release/utools.zip
./temp_release/edge.zip
./temp_release/firefox.zip
- name: Deploy web to gh-pages
if: startsWith(github.ref, 'refs/tags/')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册