Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drzaln committed Jan 28, 2021
1 parent 6b76cf9 commit 72b725d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
run: |
cd android && ./gradlew assembleRelease
- name: Upload Artifact APK
uses: actions/upload-artifact@v2
with:
name: RnFootball-apk
path: android/app/build/outputs/apk/release/app-release.apk

- name: Build Android App Bundle
run: |
cd android && ./gradlew bundleRelease --no-daemon
Expand All @@ -45,12 +51,6 @@ jobs:
keyStorePassword: ${{ secrets.ANDROID_SIGNING_STORE_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}

- name: Upload Artifact APK
uses: actions/upload-artifact@v2
with:
name: RnFootball-apk
path: android/app/build/outputs/apk/release/app-release.apk

- name: Upload Artifact Bundle
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ npm-debug.log
yarn-error.log
my-upload-key.keystore
some_signing_key.jks.base64.txt
my-upload-key
new_signing_key.jks.base64.txt

# BUCK
buck-out/
Expand Down

0 comments on commit 72b725d

Please sign in to comment.