This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from celeron533/actions
Fix build issue The previous .apk is reported as corrupted on Android set CordovaCLI in version 9.0.0 update cordova plugins remove osx platform
- Loading branch information
Showing
4 changed files
with
1,409 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,17 @@ jobs: | |
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
# cache: 'npm' | ||
cache: 'yarn' | ||
|
||
- run: yarn | ||
# - run: npm ci | ||
- run: npm run build --if-present | ||
# - run: npm test | ||
|
||
|
||
- name: install Cordova | ||
run: npm i -g cordova | ||
run: npm i -g [email protected] | ||
|
||
- name: add Android support | ||
run: | | ||
cd $GITHUB_WORKSPACE/wilddream-app | ||
|
@@ -60,6 +62,6 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
# Artifact name | ||
name: android apk | ||
name: android apk - Node ${{ matrix.node-version }} | ||
# A file, directory or wildcard pattern that describes what to upload | ||
path: ${{GITHUB.WORKSPACE}}/wilddream-app/platforms/android/app/build/outputs/apk/**/*.apk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.