mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 22:48:07 +00:00
fix workflow config format
This commit is contained in:
parent
4000b0bfeb
commit
4c863a303f
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@ -40,9 +40,9 @@ jobs:
|
|||||||
name: Artifacts
|
name: Artifacts
|
||||||
path: out
|
path: out
|
||||||
- name: Set up Node 16
|
- name: Set up Node 16
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install axios@0.27.2
|
run: npm install axios@0.27.2
|
||||||
- name: Run post build script
|
- name: Run post build script
|
||||||
|
Loading…
Reference in New Issue
Block a user