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 73
73
cp app/build/outputs/apk/release/app-release-unsigned.apk notodata-release-v${{ steps.version.outputs.version }}.apk
74
74
75
75
- name : Create Release
76
- uses : softprops/action-gh-release@v1
76
+ uses : softprops/action-gh-release@v2
77
77
if : startsWith(github.ref, 'refs/tags/')
78
78
with :
79
79
files : |
@@ -82,26 +82,16 @@ jobs:
82
82
body : |
83
83
## notodata v${{ steps.version.outputs.version }}
84
84
85
- ### installation instructions
85
+ notification data collection app with properly sized icons
86
86
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
91
92
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
104
96
draft : false
105
97
prerelease : false
106
- env :
107
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments