File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the API key to your secrets in your repository. **Do not leave this key in p
2626### Incorporate in your workflow
2727
2828Build your artifact in a step before the Emerge upload action. Pass the generated artifact's path as the ` artifact_path `
29- argument:
29+ argument, and your Emerge API key secret as the ` emerge_api_key ` argument
3030
3131``` yaml
3232name : Your workflow
4545 - name : Generate Android release bundle
4646 run : ./gradlew bundleRelease
4747 - name : Upload artifact to Emerge
48- run : emerge-actions /emerge-upload@v1
48+ uses : EmergeTools /emerge-upload-action @v1.0.0
4949 with :
5050 artifact_path : ./app/build/outputs/bundle/release/app-release.aab
5151 emerge_api_key : ${{ secrets.EMERGE_API_KEY }}
You can’t perform that action at this time.
0 commit comments