mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 14:38:24 +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
|
||||
path: out
|
||||
- name: Set up Node 16
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- name: Install dependencies
|
||||
run: npm install axios@0.27.2
|
||||
- name: Run post build script
|
||||
|
Loading…
Reference in New Issue
Block a user