mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-17 15:26:37 +08:00
Update publish.yml
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
||||
channel: 'stable'
|
||||
- name: Run pub.dev/inject-credentials@shell
|
||||
env:
|
||||
# Mac: ~/Library/Application\ Support/dart/pub-credentials.json
|
||||
# Linux: $HOME/.config/dart/pub-credentials.json
|
||||
# Windows: %APPDATA%/dart/pub-credentials.json
|
||||
# Windows: %LOCALAPPDATA%/dart/pub-credentials.json
|
||||
CREDENTIALS: ${{ secrets.CREDENTIALS_JSON }}
|
||||
run: |
|
||||
if [ -z $PUB_CACHE ];then
|
||||
|
Reference in New Issue
Block a user