fix workflow config format

This commit is contained in:
HolographicHat 2022-11-23 14:31:06 +08:00
parent 4000b0bfeb
commit 4c863a303f
No known key found for this signature in database
GPG Key ID: 12C8B5B85E5CE5C3

View File

@ -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