Skip to content

Instantly share code, notes, and snippets.

@wendreof
Created September 25, 2021 15:43
Show Gist options
  • Save wendreof/ffbcd3163480e0e94c8a69867a4d42b3 to your computer and use it in GitHub Desktop.
Save wendreof/ffbcd3163480e0e94c8a69867a4d42b3 to your computer and use it in GitHub Desktop.
6-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
#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