Skip to content

Commit

Permalink
dev - update dev-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahmedjamil authored Feb 8, 2024
1 parent 67ccc25 commit 7d165b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dev-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: unit-test-report
path: build/reports/unitTests
path: build/reports/unitTests


- name: Upload Debug Apk
- name: Upload Debug Apk
uses: actions/upload-artifact@v4
with:
name: debug-apk
Expand Down Expand Up @@ -149,7 +148,7 @@ jobs:
name: debug-apk
path: apps

- name: Copy And Rename APK
- name: Copy And Rename APK
run: cp ./apps/[PusherNotif]* ./apps/PusherNotif.apk

- name: Display structure of downloaded files
Expand Down

0 comments on commit 7d165b4

Please sign in to comment.