From 92baf3716b4f3fc579a379f4e3cde8b02bacdc9a Mon Sep 17 00:00:00 2001 From: john4650-hub Date: Wed, 13 Sep 2023 03:17:39 +0300 Subject: [PATCH] added saving file data --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b9e2ec..82dfd13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - run: cd spaceshooter/www && mkdir dist && cd .. - run: cd spaceshooter && npm run build - run: ls spaceshooter/ - - run: cd spaceshooter && sudo npm install -g cordova + - run: cd spaceshooter && sudo npm install -g cordova@11.0.0 - run: cd spaceshooter && sudo cordova platform add android - run: ls spaceshooter - run: | @@ -38,7 +38,7 @@ jobs: distribution: temurin java-version: 11 - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v2.4.2 - name: Setup sdk uses: android-actions/setup-android@v2