Skip to content

Commit

Permalink
🐛 修身推送release失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrfer committed May 2, 2022
1 parent 3e0efce commit e013125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
run: |
npm install
npm run build
rm -rf pushdeer-crx
mv dist pushdeer-crx
mkdir build
mv dist build/pushdeer-crx
- name: Release
uses: fnkr/github-action-ghr@v1
env:
GHR_COMPRESS: zip
GHR_PATH: pushdeer-crx
GHR_PATH: build/
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit e013125

Please sign in to comment.