Skip to content

Commit

Permalink
update(actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jan 27, 2022
1 parent 642d9c3 commit 11ee5bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@ jobs:
tools/setup-wechat-devtools-node
- name: Delete unused file
if: startsWith(github.ref, 'refs/tags/')
run: |
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
uses: fnkr/github-action-ghr@v1
Expand Down

0 comments on commit 11ee5bc

Please sign in to comment.