Fabian-Lars
25f373077a
refactor!: rename includeUpdaterJson to uploadUpdaterJson ( #1208 )
2025-11-22 16:19:42 +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
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
05c1b09fe5
feat: optionally upload workflow artifacts ( #1178 )
2025-11-14 20:22:28 +01:00
Fabian-Lars
c905d99edb
chore: update author in action.yml
2025-11-13 20:52:44 +01:00
Fabian-Lars
766720b094
refactor!: remove project init feature ( #1172 )
2025-11-13 18:45:00 +01:00
Fabian-Lars
adb8bd38d1
refactor!: remove includeDebug and includeRelease settings ( #1170 )
2025-11-13 16:57:56 +01:00
Fabian-Lars
45acc1922a
feat: add generatedReleaseNotes ( #1164 )
2025-11-10 17:12:42 +01:00
s1adem4n
08112f729d
feat: add Gitea support ( #1106 )
...
Co-authored-by: FabianLars <github@fabianlars.de >
2025-11-04 13:28:13 +01:00
TATSUNO “Taz” Yasuhiro
b0671399f1
chore: bump node.js to 24 ( #1130 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-10-27 13:28:37 +01: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
Lete
5b1138d93c
feat: add custom asset filename ( #1099 )
...
Co-authored-by: FabianLars <github@fabianlars.de >
2025-07-05 20:26:34 +02:00
Prithvi Shivaraman
5666b68581
feat: Retry Upload Step ( #1030 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-06-28 17:27:53 +02:00
Fabian-Lars
b2d8a7945e
chore: fix branding in action.yml
2025-03-02 12:38:06 +01:00
Chiichen
fb769255b0
feat: upload assets to the release associated with given tagName ( #895 )
...
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-12-10 20:30:15 +01:00
Louis Beaumont
29dbe80fdd
feat: retry #900 ( #964 )
...
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-12-10 19:05:22 +01:00
Fabian-Lars
23a6a02177
chore: Update examples to build for intel and arm macs ( #749 )
...
* chore: Update examples to build for intel and arm macs
* reword
* reword again [skip ci]
2024-04-02 17:42:58 +02:00
Akirami
d618a422b9
feat: Add appVersion output ( #645 )
...
* feat: add `appVersion` output
* update
2023-12-18 23:40:07 +01:00
Fabian-Lars
b862ca088a
fix!: Fix upload issues when repo does not contain package.json, fixes #561 ( #602 )
...
* fix!: Fix upload issues when repo does not contain package.json, fixes #561
* move getInfo call after init/build
* fix ci example
2023-11-16 14:26:38 +01:00
Konstantin Azizov
d9255546d4
chore: bump Node to v20 ( #590 )
2023-10-27 14:57:37 +02:00
Pavel Kuzmin
683dc8624e
feat: add deploy to custom repo ( #457 )
...
* add owner and repo
* fix error
* update dist
* fix
* add releaseCommitish info
* refactor
* refactor
* wording
* rebuild dist
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-05-09 15:33:44 +02:00
FabianLars
fa82b5395a
fix(json): always fill out native macos fields
2023-05-03 22:03:08 +02:00
Fabian-Lars
0ba09ea554
feat: Handle nsis builds, closes #436 ( #446 )
...
* feat: Handle nsis builds, closes #435
* handle wix+nsis conflict in updater json
* rebuild dist
* manually convert to bool
* fix nsis updater bundle name
* change file
* reword "Expected artifacts paths", ref #435
2023-05-03 12:51:19 +02:00
Fabian-Lars
91a6560a16
feat: Handle universal macos in updater json, closes #444 ( #447 )
...
* remove unused imports
* feat: Handle universal macos in updater json
* readme
2023-05-03 18:41:13 +08:00
Fabian-Lars
240732d2e7
fix!: remove broken configPath option ( #428 )
...
* fix!: remove broken `configPath` option
* try to read --config arg as json string first
* resolve config flag relative to projectPath
* better --config error message
* typo
2023-04-30 18:20:11 +02:00
Fabian-Lars
0c813daf48
fix: don't upload json if no updater artifacts were found. Add option to disable json. ( #426 )
2023-03-29 12:12:07 +02:00
Raphii
5ae9606989
feat: Add includeRelease option to allow for disabling release builds ( #365 )
...
* Add options for disabling release builds
* Update readme
* Set includeRelease to true by default
* rebuild dist
* add changefile
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-02-06 15:11:08 +01:00
Fabian-Lars
c5c0e27d68
refactor: Merge workspace into single package. ( #362 )
...
* refactor repo into one package
* take pnpm for a test drive
* add tslib again
* fix dist path in action.yml
* split up core script. add eslint
* don't early return artifacts on macos
* up node version
* update deps
* fix change files
* rebuild dist
2023-02-06 13:44:53 +01:00
Ludea
40e660a8ca
add artifact paths to action output ( #343 )
...
* artifactPath output
* return artifacts path
* doc
* Update action.yml
* stringify path
* add missing `)`
* add changefile
* rebuild dist
* update action.yml
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2022-12-15 15:09:19 +01:00
Lucas Fernandes Nogueira
743a37fd53
feat(core): add bundle identifier option ( #263 )
2022-05-11 11:29:53 -03:00
Lucas Fernandes Nogueira
ecbab6a4d4
fix: run using node16 ( #201 )
2021-12-11 09:57:29 -03:00
Lucas Fernandes Nogueira
a1050c9ec8
refactor: add tauriScript input, remove preferGlobal and npmScript ( #183 )
2021-11-01 09:26:23 -03:00
Kasper
212ea11cea
Parse bool inputs using core.getBooleanInput ( #157 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-10-11 10:43:33 -03:00
Lucas Fernandes Nogueira
f564b01e52
feat: add args option, closes #131 ( #134 )
2021-05-13 18:19:06 -03:00
Lucas Fernandes Nogueira
2598dd6f75
fix(action): runtime issue: tslib not found, use tauri-apps/tauri-action as action path ( #119 )
2021-04-28 23:01:03 -03:00
Lucas Fernandes Nogueira
dbbc6b4e60
fix(action): test CI and fixes for usage with tauri beta-rc ( #114 )
...
Co-authored-by: David Lemarier <david@lemarier.ca >
2021-04-28 13:18:46 -03:00
Jacob Bolda
a45f21b173
feature: add preferGlobal option ( #48 )
...
* fix: paths method expect an array
The default return happened to work and resolve to CWD.
* try ls
* ls in place of
* build
* fix: point execa directly at tauri bin
fixes command not found error when using linked tauri.js
* add a preferGlobal option
* Create add-preferGlobal-option.md
Co-authored-by: Noah Klayman <noahklayman@gmail.com >
2020-09-02 11:19:58 -05:00
nothingismagick
a2aa29bdc1
feat(marketplace): updates
2020-07-13 16:45:46 +02:00
Lucas Fernandes Nogueira
2e93aabc2a
refactor(action) update @actions/github to v4 ( #13 )
...
* refactor(action) update @actions/github to v4
* chore(action) update docs
* chore(changes) add changefile
2020-07-12 17:57:18 -03:00
Lucas Nogueira
981f369197
fix(action) build script
2020-07-12 15:15:31 -03:00
Lucas Nogueira
6e57674b94
chore(action) fill name
2020-07-12 15:02:10 -03:00
Lucas Fernandes Nogueira
f91ad8dc31
feat(action) add option to run custom package.json script ( #8 )
2020-07-12 11:57:57 -03:00
Lucas Fernandes Nogueira
a6b824c578
feat(action) add option to include a debug build ( #6 )
2020-07-12 11:49:29 -03:00
Lucas Nogueira
583ab8c636
feat(action) add iconPath input
2020-07-09 00:19:19 -03:00
Lucas Nogueira
b6a3e08e23
chore(workflow) run on all platforms
2020-07-08 15:12:18 -03:00