Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
correctd file upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
itishermann committed Nov 24, 2020
1 parent dedafbe commit 9f6655c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
run: mkdir -p ~/.gradle/ && echo '${{ secrets.GRADLE_PROPERTIES }}' > ~/.gradle/gradle.properties
- name: Build Release APK
id: buildRelease
run: cd android && ./gradlew assembleRelease
run: cd android && ./gradlew assembleRelease && cd ..
- name: Upload APK
id: uploadArtifact
uses: actions/upload-artifact@v1
with:
name: app-release.apk
path: app/build/outputs/apk/release/app-release.apk
path: android/app/build/outputs/apk/release/app-release.apk
- name: Notify on Slack
uses: act10ns/slack@v1
with:
Expand Down

0 comments on commit 9f6655c

Please sign in to comment.