Skip to content

Commit 3b12f5f

Browse files
committed
refactor: update release workflow and inno_bundle configuration
1 parent 8b25382 commit 3b12f5f

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
artifacts: "/Users/runner/work/mangayomi/mangayomi/*.dmg"
161161
allowUpdates: true
162162

163-
build-and-release-windows-zip:
163+
build-and-release-windows-exe_zip:
164164
permissions:
165165
contents: write
166166
runs-on: windows-latest
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: build windows exe
192192
run: |
193-
dart run inno_bundle:build --release
193+
dart run inno_bundle:build --release --app-version ${{ github.ref_name }} | ForEach-Object { $_ -replace "[a-z]", "" }
194194
195195
- name: build windows zip
196196
run: |
@@ -200,15 +200,15 @@ jobs:
200200
Compress-Archive -Path * -DestinationPath Mangayomi-Windows.zip
201201
Rename-Item -Path "Mangayomi-*.zip" -NewName "Mangayomi-${{ github.ref_name }}-windows.zip"
202202
203-
- name: upload artifact windows zip
203+
- name: upload artifact windows exe_zip
204204
uses: actions/upload-artifact@v4
205205
with:
206206
name: Mangayomi-${{ github.ref_name }}-windows-zip
207207
path: |
208208
build/windows/x64/installer/Release/Mangayomi-*.exe
209209
build/windows/x64/runner/Release/Mangayomi-*.zip
210210
211-
- name: release package windows zip
211+
- name: release package windows exe_zip
212212
uses: ncipollo/release-action@v1
213213
with:
214214
artifacts: |

pubspec.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@ flutter_launcher_icons:
140140
generate: true
141141
image_path: "assets/app_icons/icon-red.png"
142142
inno_bundle:
143-
id: 984c49b9-1c39-58f2-b0bb-8d30a87279e2
144-
publisher: Mangayomi
143+
id: 6CB26FFA-E72B-42C3-91E8-594940031CA2
144+
publisher: kodjodevf
145145
name: Mangayomi
146+
url: https://github.com/kodjodevf/mangayomi/
147+
support_url: https://github.com/kodjodevf/mangayomi/
148+
updates_url: https://github.com/kodjodevf/mangayomi/
149+
languages:
150+
- english
151+
- french
152+
- german
153+
admin: false
154+

0 commit comments

Comments
 (0)