Skip to content

Commit

Permalink
Updating upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Sep 27, 2024
1 parent 210cc5c commit 6d18cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./gradlew assembleDebug

- name: Upload built APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: demo-debug.apk
path: DailyDemo/app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 6d18cfd

Please sign in to comment.