Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
feat: add apk path
  • Loading branch information
emb-gunashe authored Oct 24, 2024
1 parent 89b945f commit b13fb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build with Gradle
run: |
./gradlew assembleRelease
cp -r /app/build/outputs/apk/Release/app-Release.apk build/
cp -r /home/runner/work/skoda-tender-android/skoda-tender-android/app/build/outputs/apk/Release/app-Release.apk build/
- name: Archive build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b13fb74

Please sign in to comment.