Commit Graph

54 Commits

Author SHA1 Message Date
f37c93f16d
Don't break if no git file is found
All checks were successful
Test Action / test-community-maps-2 (push) Successful in 35s
2024-09-09 19:47:11 +03:00
4dda3493a8
Use ubuntu instead of windows
All checks were successful
Test Action / test-community-maps-2 (push) Successful in 44s
2024-08-24 20:11:54 +02:00
9c1722ed39
Fix branch name 2024-08-24 20:11:21 +02:00
c67b7cc295
Update Readme 2024-08-24 20:07:32 +02:00
d4c2ff2d69
Actualiser entrypoint.sh 2024-08-24 20:04:56 +02:00
sl5net
54de268522
updated version of the script with some comments added (#10)
* updated version of the script with some comments added
2023-08-08 21:08:35 -05:00
andy5995
125e05888f
release v1.4.0 2022-10-11 16:28:47 -05:00
andy5995
8582bdc964 remove xiiiad test 2022-10-11 16:25:23 -05:00
andy5995
f3cbb5c52c add optional 'remove_from_pyromod' argument
closes #6
2022-10-11 16:01:40 -05:00
Andy Alt
2390d7164b
entrypoint.sh:wait for mod to finish building before testing existence (#7)
* entrypoint.sh:wait for mod to finish building before testing existence

Also fixes the tests (was using trunk instead of local) and add another test

https://github.com/orgs/community/discussions/35812#discussioncomment-3853351

fixes #5

* use action from same repository

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-in-the-same-repository-as-the-workflow

Thanks @airtower-luna
2022-10-11 13:42:11 -05:00
andy5995
afdef9e80c README.md:remove duplicate declaration of MOD_NAME 2022-10-09 22:05:57 -05:00
andy5995
dfffa023c4 release v1.3.1 [skip ci] 2022-10-09 11:04:29 -05:00
Andy Alt
48e26fd968
remove '.git*' instead of '.github*' from the resulting pyromod, fix test (#4) 2022-10-08 14:09:24 -05:00
andy5995
44a65f7c12 README.md:note new directory argument 2022-10-08 13:34:29 -05:00
Andy Alt
742981f665
release v1.3.0 (and fix workflow) (#3)
* test.yml:specify proper branch (fix workflow)

* remove id
2022-10-08 13:27:07 -05:00
Andy Alt
202ce2a164
add optional 'directory' argument (and add ci test) (#2)
* add optional 'directory' argument (and add ci test)

* add option table
2022-10-08 13:14:28 -05:00
andy5995
e1f3658681
README.md:put name field back where it belongs 2022-10-07 21:44:10 -05:00
andy5995
d3c01d7207
README.md:cleanup example 2022-10-07 21:36:22 -05:00
andy5995
0a542da3dd
README.md:expand yaml example
https://github.com/0ad-matters/gh-action-build-pyromod/issues/1
2022-10-07 19:48:33 -05:00
andy5995
6531549c4e versioning.yml:move file to proper location 2022-10-07 12:31:40 -05:00
andy5995
174b693ce0 release v1.2.1 2022-10-07 12:27:09 -05:00
andy5995
8216cb2288 versioning.yml:add actions-tagger
https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#versioning

https://michaelheap.com/semantic-versioning-for-github-actions/

Thanks @mheap
2022-10-07 12:24:22 -05:00
andy5995
bf3eac58b7 release v0.0.26.3 2022-10-05 17:51:20 -05:00
andy5995
76ac37a212 use package_mod, reduce size of action download
+  * reduce size of action download
+  * use package_mod as '-mod=' argument to optimize textures and
+  animations better (see https://github.com/StanleySweet/package_mod)
Thanks @StanleySweet
2022-10-05 17:42:14 -05:00
andy5995
5dff849b9a
fix docs related to the release action; bump build action to v1.2
Thanks to @Kampot-0ad for reporting this
2022-09-26 10:48:27 -05:00
andy5995
bbd4677a0e
release v1.1 2022-09-25 23:26:55 -05:00
andy5995
dcc257d4b6
put quotes around ".github*" 2022-09-25 23:17:03 -05:00
andy5995
ea9de99ad1
remove 'r' from zip args 2022-09-25 23:06:34 -05:00
andy5995
86ba24ed84
apt install zip 2022-09-25 23:02:30 -05:00
andy5995
1bd180f3c3
entrypoint.sh:remove .github* from the built pyromod file 2022-09-25 22:58:22 -05:00
andy5995
cb9a479a98
README.md:update 2022-09-25 22:41:05 -05:00
andy5995
6f9a5e3d79
remove debugging output 2022-09-25 22:40:48 -05:00
andy5995
0b35cff2b2
add temporary debug output 2022-09-25 22:32:54 -05:00
andy5995
d6637685fb
entrypoint.sh:add 1 second delay before testing 2022-09-25 22:24:50 -05:00
andy5995
3c59dfb13d
remove unneeded curly braces 2022-09-25 22:19:11 -05:00
andy5995
8c9e348289
README.md:add more usage instructions and trivia
https://wildfiregames.com/forum/topic/94371-github-action-that-will-build-a-pyromod/?do=findComment&comment=522189

[skip ci]
2022-09-25 14:01:14 -05:00
andy5995
8ad84dc498
README.md:fix version number in example 2022-09-23 12:14:40 -05:00
andy5995
cf7a5d121c
release v1 2022-09-23 12:10:16 -05:00
andy5995
ad20407a94 Revert "create output directory one level up"
This reverts commit f905d9e2ef.
2022-09-23 11:59:03 -05:00
andy5995
f905d9e2ef
create output directory one level up 2022-09-23 11:54:04 -05:00
andy5995
2c55e5e2fc
entrypoint.sh:add test for pyromod existence 2022-09-23 09:42:58 -05:00
andy5995
96906d61d5
add comment, add required @trunk to example 2022-09-23 00:25:09 -05:00
andy5995
6675cb14d7
entrypoint.sh:make output directory world-writable 2022-09-23 00:21:52 -05:00
andy5995
022574e4db
put cmd on one line 2022-09-23 00:15:10 -05:00
andy5995
8855b7793c
remove trailing slashes 2022-09-23 00:13:29 -05:00
andy5995
7c277f78d0
try different paths 2022-09-23 00:03:42 -05:00
andy5995
a88b4c4fc0
entrypoint.sh:change some paths 2022-09-22 23:56:28 -05:00
andy5995
2628860709
entrypoint.sh:put command in quotes 2022-09-22 23:43:27 -05:00
andy5995
72850cf39c
entrypoint.sh:fix su command 2022-09-22 23:33:34 -05:00
andy5995
97222f1d03
README.md:fix example 2022-09-22 23:30:34 -05:00