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'
|
channel: 'stable'
|
||||||
- name: Run pub.dev/inject-credentials@shell
|
- name: Run pub.dev/inject-credentials@shell
|
||||||
env:
|
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 }}
|
CREDENTIALS: ${{ secrets.CREDENTIALS_JSON }}
|
||||||
run: |
|
run: |
|
||||||
if [ -z $PUB_CACHE ];then
|
if [ -z $PUB_CACHE ];then
|
||||||
|
Reference in New Issue
Block a user