Created
September 25, 2021 15:43
-
-
Save wendreof/ffbcd3163480e0e94c8a69867a4d42b3 to your computer and use it in GitHub Desktop.
6-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
This file contains hidden or 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
#Steps 1, 2 and 3 configurations | |
# Make appbundle downloadable | |
- name: Upload artefato | |
uses: actions/upload-artifact@v2 | |
with: | |
name: appbundle | |
path: build/app/outputs/bundle/release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment