We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77ea3f commit 994c4b6Copy full SHA for 994c4b6
.github/workflows/build-release-artifacts.yml
@@ -17,9 +17,15 @@ jobs:
17
- name: Perform gradle build
18
run: |
19
./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
20
+
21
+ - name: Generate release notes
22
+ run: |
23
+ python3 docs/make_release_notes.py
24
+ cd build/changelog && zip -r ../release_notes.zip android
25
26
- name: Upload generated artifacts
27
uses: actions/upload-artifact@v2
28
with:
29
name: release_artifacts
30
path: build/*.zip
- retention-days: 5
31
+ retention-days: 15
0 commit comments