File tree Expand file tree Collapse file tree 1 file changed +10
-20
lines changed Expand file tree Collapse file tree 1 file changed +10
-20
lines changed Original file line number Diff line number Diff line change 7373 cp app/build/outputs/apk/release/app-release-unsigned.apk notodata-release-v${{ steps.version.outputs.version }}.apk
7474
7575 - name : Create Release
76- uses : softprops/action-gh-release@v1
76+ uses : softprops/action-gh-release@v2
7777 if : startsWith(github.ref, 'refs/tags/')
7878 with :
7979 files : |
@@ -82,26 +82,16 @@ jobs:
8282 body : |
8383 ## notodata v${{ steps.version.outputs.version }}
8484
85- ### installation instructions
85+ notification data collection app with properly sized icons
8686
87- 1. **download apk**: download `notodata-release-v${{ steps.version.outputs.version }}.apk` below
88- 2. **enable unknown sources**: go to settings → security → install unknown apps → enable for your browser
89- 3. **install**: open the apk file and follow the prompts
90- 4. **grant permissions**: allow notification access when prompted
87+ **installation:**
88+ 1. download apk file below
89+ 2. enable unknown sources in android settings
90+ 3. install apk
91+ 4. grant notification access permission
9192
92- ### what's new
93-
94- see [changelog.md](https://github.com/${{ github.repository }}/blob/main/changelog.md) for detailed changes.
95-
96- ### file downloads
97-
98- - **`notodata-release-v${{ steps.version.outputs.version }}.apk`** - recommended for general use
99- - **`notodata-debug-v${{ steps.version.outputs.version }}.apk`** - debug version with extra logging
100-
101- ### issues?
102-
103- report bugs or ask questions in the [issues](https://github.com/${{ github.repository }}/issues) section.
93+ **files:**
94+ - `notodata-release-v${{ steps.version.outputs.version }}.apk` - main release
95+ - `notodata-debug-v${{ steps.version.outputs.version }}.apk` - debug version
10496 draft : false
10597 prerelease : false
106- env :
107- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments