Commit Graph

149 Commits

Author SHA1 Message Date
FabianLars
ca517bcbe5 fix: android paths 2025-11-24 16:03:40 +01:00
Fabian-Lars
25f373077a refactor!: rename includeUpdaterJson to uploadUpdaterJson (#1208) 2025-11-22 16:19:42 +01:00
Fabian-Lars
4b9065fb22 fix: workflow artifacts upload skipped if retryAttempts == 0 (#1206) 2025-11-22 13:43:40 +01:00
Fabian-Lars
acc588b4e2 feat: experimental mobile support (#1203) 2025-11-20 15:34:38 +01:00
renovate[bot]
2630249bc4 chore(deps): update dependency globby to v16 (#1201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
2025-11-18 14:54:40 +01:00
Fabian-Lars
5372b51fd1 refactor: evaluate action inputs in separate file (#1200) 2025-11-18 14:06:37 +01:00
FabianLars
612ef196d4 refactor: workflowArtifactsNamePattern -> workflowArtifactNamePattern 2025-11-17 23:59:09 +01:00
Fabian-Lars
cc981ad2a9 fix: retry full json upload step on failure (#1199) 2025-11-17 22:12:11 +01:00
Fabian-Lars
2d5d375e87 fix: no latest.json with uploadUpdatedSignatures disabled (#1198) 2025-11-17 18:26:01 +01:00
Fabian-Lars
b6b98245a9 fix: add proper args parsing (#1195) 2025-11-17 18:10:16 +01:00
Fabian-Lars
db4399ef7e feat: include version in app.tar.gz filename (#1194) 2025-11-17 15:50:18 +01:00
Fabian-Lars
5d35c8e318 feat!: set asset label to real file name (#1189) 2025-11-16 17:05:49 +01:00
Fabian-Lars
1898cf45ee fix: overwrite native builds if needed (#1186) 2025-11-16 15:18:37 +01:00
Fabian-Lars
6d11c279be refactor!: remove updaterJsonKeepUniversal (#1185) 2025-11-15 14:01:11 +01:00
Fabian-Lars
c18827ebec refactor!: split workflow artifact configs (#1183) 2025-11-15 13:22:54 +01:00
Fabian-Lars
419b5163e9 feat: add option to not upload .sig files (#1182) 2025-11-15 12:34:57 +01:00
Fabian-Lars
b11045c21f refactor: move uploadWorkflowArtifacts logic into sep file (#1180) 2025-11-14 22:41:23 +01:00
Fabian-Lars
05c1b09fe5 feat: optionally upload workflow artifacts (#1178) 2025-11-14 20:22:28 +01:00
Fabian-Lars
9491f9dffc fix: fail if release is not a draft when it should be (#1177) 2025-11-13 23:39:07 +01:00
Fabian-Lars
ab628636a1 fix: also search lockfile in parent dirs (#1176) 2025-11-13 23:30:18 +01:00
Fabian-Lars
eea189090a fix: actions fails silently if runner bin doesn't exist (#1175) 2025-11-13 23:09:44 +01:00
Fabian-Lars
2e37e06369 fix: use npm exec instead of npm run if no tauri script can be detected (#1174) 2025-11-13 20:20:31 +01:00
Fabian-Lars
766720b094 refactor!: remove project init feature (#1172) 2025-11-13 18:45:00 +01:00
Fabian-Lars
aa82f4b95d build: re-enable code minification (#1171) 2025-11-13 17:17:06 +01:00
Fabian-Lars
adb8bd38d1 refactor!: remove includeDebug and includeRelease settings (#1170) 2025-11-13 16:57:56 +01:00
Fabian-Lars
7485c956ab chore(deps): switch to smol-toml (#1169) 2025-11-13 16:24:28 +01:00
Fabian-Lars
9b645673d5 refactor!: drop support for tauri<2.0.0 (#1167) 2025-11-13 15:54:48 +01:00
github-actions[bot]
19b93bb556 apply version updates (#1155)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-11-12 20:36:41 +01:00
Fabian-Lars
85a1f32ac2 fix: incorrect filename suffix for nsis setup exe (#1166) 2025-11-12 19:52:21 +01:00
Fabian-Lars
45acc1922a feat: add generatedReleaseNotes (#1164) 2025-11-10 17:12:42 +01:00
Fabian-Lars
6862b45f17 fix: Not found error on upload (unreleased) (#1159) 2025-11-04 15:24:40 +01:00
s1adem4n
08112f729d feat: add Gitea support (#1106)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-11-04 13:28:13 +01:00
Shaun Hamilton
e918a068fe fix: encode tagName option for url (#1133)
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-10-27 13:36:09 +01:00
github-actions[bot]
3b50ac4d45 apply version updates (#1142)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-10-26 12:38:07 +01:00
Fabian-Lars
c5d6ac7494 fix: latest.json contains only macos (#1152) 2025-10-23 17:20:51 +02:00
FabianLars
5908eebf61 feat: add _setup as alternative to -setup 2025-10-09 16:37:38 +02:00
FabianLars
fc4608ec08 feat: new -setup injection for namePattern 2025-10-09 16:31:26 +02:00
kandrelczyk
0143b09178 feat: latest.json with bundle type info (#1129)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-10-09 16:19:44 +02:00
Fabian-Lars
ac619d2981 fix: fix path lookup for uploadPlainBinary. Add to CI tests. (#1143) 2025-10-01 18:44:15 +02:00
Jeromos Kovács
0085932c0f feat: support --no-bundle arg, add the built bin (#1141)
Co-authored-by: Fabian-Lars <github@fabianlars.de>
2025-10-01 14:21:51 +02:00
github-actions[bot]
e834788a94 apply version updates (#1108)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
2025-08-25 14:26:32 +02:00
ChanTsune
fcedb49796 fix: Adds 'arm64' as a recognized architecture for Windows builds (#1125)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-08-25 13:44:01 +02:00
Fabian-Lars
5586cfdb0a fix: fix asset name fallback (#1110) 2025-07-07 14:02:26 +02:00
FabianLars
44883fe28e fix: Re-add file extension to default assetname 2025-07-07 12:28:39 +02:00
FabianLars
c9115fb02d fix: re-add arch to .app assets 2025-07-06 00:24:17 +02:00
FabianLars
670c17854d fix: re-add debug suffix in fallback name 2025-07-06 00:04:55 +02:00
FabianLars
0983b1755e fix: keep using cli output as fallback for assetNamePattern 2025-07-05 22:26:55 +02:00
FabianLars
a24ef5a6c3 fix: update artifact extension for packaged .app bundle 2025-07-05 21:18:33 +02:00
Lete
5b1138d93c feat: add custom asset filename (#1099)
Co-authored-by: FabianLars <github@fabianlars.de>
2025-07-05 20:26:34 +02:00
Fabian-Lars
be57b0cca9 fix: remove incorrect return (#1100) 2025-06-29 05:35:44 +02:00