Skip to content

Commit

Permalink
Merge branch 'development' of github.com:MarmadileManteater/FreeTubeC…
Browse files Browse the repository at this point in the history
…ordova into development
  • Loading branch information
MarmadileManteater committed Jul 9, 2022
2 parents 7df525d + 36a2e5d commit 0fe4f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildCordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fe4f9e

Please sign in to comment.