Skip to content

Instantly share code, notes, and snippets.

@Kashif-E
Created December 10, 2022 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kashif-E/35109329258819354abfcada0e73c878 to your computer and use it in GitHub Desktop.
Save Kashif-E/35109329258819354abfcada0e73c878 to your computer and use it in GitHub Desktop.
Yupload build to github artifacrs
- 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