yairm210
096c4cf140
Packed versions created with JRE 21
2024-10-31 07:09:05 +02:00
yairm210
04f1508dfa
Hopefully fixed commit parsing
2024-08-14 11:04:02 +03:00
yairm210
fed54a4b0b
Object.entries() apparently had a breaking change
...
Also updated setup-node to v4, latest
2024-08-14 10:40:00 +03:00
yairm210
4e85e32cc1
Minor changes
2024-08-06 14:28:48 +03:00
yairm210
a5bc45d7e6
@touhidurrr changes
2024-07-28 18:20:54 +03:00
yairm210
06dc20884a
Correct dir placement...?
2024-07-28 18:06:00 +03:00
yairm210
3d87b2c0fd
Correct dir placement...?
2024-07-28 17:56:43 +03:00
yairm210
267b76ea63
Correct dir placement
2024-07-28 17:44:26 +03:00
yairm210
9dddb14076
Create 'wix-msi-files' dir
2024-07-28 17:30:40 +03:00
yairm210
3a6df6eb43
build-msi needs packr-build
2024-07-28 17:17:20 +03:00
yairm210
146cc11089
Github upload needs to wait for MSI to build
2024-07-28 17:14:42 +03:00
Yair Morgenstern
4645166fbf
Add MSI to release
2024-07-28 17:13:04 +03:00
Aron de Jong
b65546b69a
Fix AUR deploy step ( #12013 )
...
Due to some changes somewhere, the deploy step for the AUR was broken
with error `Unknown key type "dsa"`. Since we just use a `rsa` key, I
have removed all unnecessary options.
Fixes yairm210/Unciv#11907
2024-07-24 19:47:22 +03:00
yairm210
2871fa855d
Okay, that was a good try. Bye graal native-image
2024-07-17 11:54:57 +03:00
yairm210
37f227bb27
native-image specify jar
2024-07-17 10:54:28 +03:00
yairm210
5f080cf741
Graal native image test
2024-07-17 10:42:02 +03:00
yairm210
00c6828ff7
Graal native image test
2024-07-17 10:37:58 +03:00
yairm210
dbc990401f
Fix Google Play deploy
2024-07-09 19:16:17 +03:00
Yair Morgenstern
1155aec310
Move detekt configs to workflow ( #11899 )
...
* Move detekt configs to workflow
* Update documentation
2024-07-01 22:55:53 +03:00
yairm210
346d5626d2
Remove 10% rollout of Google Play - practically I don't have time to deal with that, 100% for everything
2024-06-30 11:01:51 +03:00
SeventhM
7beb5f34c0
Check 'Will not stale' labels for PRs ( #11851 )
2024-06-26 19:45:45 +03:00
yairm210
0e4aeef8bc
Updating upload requires updating download
2024-06-23 00:17:18 +03:00
yairm210
261163ba53
General update of actions, since Github Actions is moving to node 20
2024-06-23 00:06:10 +03:00
yairm210
6f4156cfb1
Convert .js files to .mjs so that "import" - now required due to octokit ESM-izing - will work. *sigh*
2024-06-22 23:51:14 +03:00
yairm210
5ae048dba6
require -> import, var -> const in all js files
2024-06-22 23:32:26 +03:00
yairm210
c691510eca
Upgrade actions checkout from v3 to v4 to avoid 'node 16 actions deprecated' warnings
2024-06-19 17:53:58 +03:00
Md. Touhidur Rahman
3b40820bf2
Update buildAndDeploy.yml ( #11751 )
...
We'll see if this works, worst case we can revert it
2024-06-15 21:59:54 +03:00
Md. Touhidur Rahman
4257f9dbc7
Use Temurin API to get latest temurin releases ( #11747 )
2024-06-14 17:30:50 +03:00
haimlm
ca28034a3c
Update Docker signing GitHub action and consolidate RUN commands in.. ( #11348 )
...
* Update Docker signing GitHub action and consolidate RUN commands in Dockerfile
* Fix: Readme should use yairm210/unciv for docker reference
2024-03-24 19:11:36 +02:00
Yair Morgenstern
618cffcd23
Update stale-issues-and-prs.yaml
2024-03-17 08:34:59 +02:00
Yair Morgenstern
2555c571e7
Update stale-issues-and-prs.yaml
2024-03-14 23:21:27 +02:00
Yair Morgenstern
b7ae918434
Update stale-issues-and-prs.yaml
2024-03-14 23:14:29 +02:00
Yair Morgenstern
a7b9a179ab
Update stale-issues-and-prs.yaml
2024-03-14 22:31:18 +02:00
Yair Morgenstern
8046e0cd27
Create stale-issues-and-prs.yaml
2024-03-14 22:27:34 +02:00
Yair Morgenstern
748d1117be
buildMultiplatform.yml - java 17, since that's the min requirement for new gradle version
2024-01-28 13:03:27 +02:00
Yair Morgenstern
0a274a28a8
build-multiplatform checks android only on java 17
...
And we don't need tests since we have a different way to test that
2024-01-13 22:18:20 +02:00
Yair Morgenstern
2937e88f09
Proper build tools version update
2024-01-13 22:01:25 +02:00
Yair Morgenstern
e30358bd7e
Sign APK for Github release using new build-tools
2024-01-13 21:49:39 +02:00
Yair Morgenstern
42a8387646
Fix Github Actions pipelines ( #10928 )
...
* Updated setup-gradle in bid to fix install
* Try setup android SDK manually
* Increase java version to 17
* Remove Android SDK manual download, let's see if it works without
* Upgraded the rest of the pipelines to java 17
* Added the setup since it appears to be required to all steps
2024-01-13 19:47:27 +02:00
SomeTroglodyte
50a6e5bbdb
Download mod releases or any mod zip ( #10881 )
...
* Allow almost any mod zip download source
* Linting
* Add basic "Release page section" link capability, more linting
* Refactor: Move Github to logic
* Refactor: Split Github into files
* Refactor: centralizing all API knowledge
* Try bumping detekt version to fix false complaint
* Attempt to trick detekt to not complain about `it`
* Better overload-ambiguity-solving + detekt-compatible SAM use
2024-01-07 16:07:15 +02:00
Yair Morgenstern
869154cc73
4.9.13
2023-12-28 23:31:00 +02:00
Yair Morgenstern
a503695e31
Update bug-report.yml
...
Removed 'expected behavior', that should be clear from the bug description (usually 'should not happen')
2023-12-10 22:55:54 +02:00
Yair Morgenstern
c3216e96eb
cleanup
2023-11-28 12:20:18 +02:00
Yair Morgenstern
d0a4111d84
I think I found the conflict - checkout ref!
2023-11-28 12:14:56 +02:00
Yair Morgenstern
50ce8b30b6
Wait after PR merge, so the versioning can be done simply
2023-11-28 12:07:16 +02:00
Yair Morgenstern
e022eb803a
Wait after PR merge, so the versioning can be done simply
2023-11-28 12:07:16 +02:00
Yair Morgenstern
208ad8a641
ALL TOGETHER NOW
2023-11-28 11:59:12 +02:00
Yair Morgenstern
0af8cb60a5
Tag does not trigger rebuild - maybe now it will
2023-11-28 11:57:48 +02:00
Yair Morgenstern
9a2c45d9e8
You know what let's just check out the second half
2023-11-28 11:52:45 +02:00
Yair Morgenstern
339815fa41
damn wrong filename
2023-11-28 11:52:24 +02:00