-
-
Save Kashif-E/35109329258819354abfcada0e73c878 to your computer and use it in GitHub Desktop.
Yupload build to github artifacrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Upload APK | |
uses: actions/upload-artifact@v1 | |
with: | |
name: app-debug.apk | |
path: app/build/outputs/apk/debug/app-debug.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment