Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jul 7, 2022
1 parent 1b1a7c1 commit bfe99e4
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 @@ -36,12 +36,13 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install
run: yarn install --frozen-lockfile
run: |
yarn install --frozen-lockfile
echo "${{ secrets.QINIU_ENV_JS }}" > qiniu_env.js
- name: Release for Windows
if: matrix.os == 'windows-latest'
run: |
echo "${{ secrets.QINIU_ENV_JS }}" > qiniu_env.js
yarn release
dir ./release
env:
Expand Down Expand Up @@ -78,7 +79,6 @@ jobs:
# mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
# cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
echo "${{ secrets.NOTARIZE_JS }}" > build/notarize.js
echo "${{ secrets.QINIU_ENV_JS }}" > qiniu_env.js
yarn release:m1
yarn release
ls ./release
Expand Down

0 comments on commit bfe99e4

Please sign in to comment.