mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
update(actions)
This commit is contained in:
parent
642d9c3504
commit
11ee5bc995
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -43,8 +43,15 @@ jobs:
|
|||||||
tools/setup-wechat-devtools-node
|
tools/setup-wechat-devtools-node
|
||||||
|
|
||||||
- name: Delete unused file
|
- name: Delete unused file
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf cache tmp
|
sudo rm -rf cache tmp
|
||||||
|
cd ../
|
||||||
|
mv wechat-devtools '${{ env.name }}'
|
||||||
|
mkdir -p wechat-devtools
|
||||||
|
mv '${{ env.name }}' wechat-devtools
|
||||||
|
env:
|
||||||
|
name: 'release-${{ github.ref_name }}'
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: fnkr/github-action-ghr@v1
|
uses: fnkr/github-action-ghr@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user