From 36a2e5dcc4b4deaadb106a5abf82ab7ee8102718 Mon Sep 17 00:00:00 2001 From: MarmadileManteater Date: Sat, 9 Jul 2022 11:13:33 -0400 Subject: [PATCH] Update buildCordova.yml --- .github/workflows/buildCordova.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildCordova.yml b/.github/workflows/buildCordova.yml index cc977b38b4bc5..8cf5ca81b6e33 100644 --- a/.github/workflows/buildCordova.yml +++ b/.github/workflows/buildCordova.yml @@ -89,7 +89,7 @@ jobs: - name: Build APK with Cordova with Node.js ${{ matrix.node-version}} if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64') - run: npm run build:cordova freetube-${{ steps.versionNumber.outputs.result }}.apk cordova ./nightly.keystore '${{ secrets.NIGHTLY_KEYSTORE_PASSWORD }}' + run: npm run build:cordova freetube-${{ steps.versionNumber.outputs.result }}.apk cordova ./nightly.keystore ${{ secrets.NIGHTLY_KEYSTORE_PASSWORD }} - name: Upload Cordova APK Artifact uses: actions/upload-artifact@v2