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 path
  • Loading branch information
emb-gunashe authored Oct 24, 2024
1 parent fee5033 commit d689f73
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 @@ -35,7 +35,7 @@ jobs:
run: ls -la app/build/outputs/apk/release/

- name: Copy APK to artifacts directory
run: cp app/build/outputs/apk/Release/app-release-unsigned.apk ${{ github.workspace }}/artifacts/
run: cp app/build/outputs/apk/release/app-release-unsigned.apk ${{ github.workspace }}/artifacts/

- name: Archive build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d689f73

Please sign in to comment.