提交 aadbbb28 编写于 作者: B baiy 提交者: ninecents

update

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