From 4c863a303fe67b236feea2f090e41bab095637dc Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Wed, 23 Nov 2022 14:31:06 +0800 Subject: [PATCH] fix workflow config format --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 206ad25..301e03b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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