Create a Release and Upload Artifacts with GitHub Actions | Thomas Stringer (trstringer.com)
Easy way to publish artifacts -
Just add the following, and it will create a zip file with the path -
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: artifact-of-build
path: platforms/android/app/build/outputs/
No comments:
Post a Comment