-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from EmergeTools/rb-fixBaseSha
Update to pass baseSha to upload endpoint.
- Loading branch information
Showing
4 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
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 | |
### Incorporate in your workflow | ||
|
||
Build your artifact in a step before the Emerge upload action. Pass the generated artifact's path as the `artifact_path` | ||
argument, and your Emerge API key secret as the `emerge_api_key` argument | ||
argument, and your Emerge API key secret as the `emerge_api_key` argument: | ||
|
||
```yaml | ||
name: Your workflow | ||
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Generate Android release bundle | ||
run: ./gradlew bundleRelease | ||
- name: Upload artifact to Emerge | ||
uses: EmergeTools/[email protected].0 | ||
uses: EmergeTools/[email protected].1 | ||
with: | ||
artifact_path: ./app/build/outputs/bundle/release/app-release.aab | ||
emerge_api_key: ${{ secrets.EMERGE_API_KEY }} | ||
|
This file contains 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
This file contains 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
This file contains 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