11 Commits

Author SHA1 Message Date
IntegerLimit
526c9f1c55 Add an extra newline b/w qb transform's commit message and description 2023-09-18 15:47:04 +10:00
IntegerLimit
5aecff8b4d
Allow for QB Translations of Normal and Expert Quest Books (#432)
[FEATURE]

/* Description: */
Also moves all nodejs stuff into `tools` package.

Also adds a basic `CONTRIBUTING.md` file. 

Superseeds https://github.com/Nomi-CEu/Nomi-CEu/pull/431, which was closed as the branch needed to be renamed, due to the last two items on this list.

TODO:
- [x] Make it only run on master repo.
- [x] Remove qb-lang-revamp branch from the events
- [x] Allow workflow to run on all branches starting with test_buildscript?

/* Commits: */

* Buildscript Changes

* Make Contributing Docs a .md file

* updateqb.yml v1

* Test QB change

* Add lang file to commit file list

* Another Test Change

* Test with only lang path, + `./` at beginning of path

* Test QB change

* updateqb.yml v3

* Test QB Change

* Add some debug settings

* Remove debug, branch input. Switch to auto-commit action

* Make activate: branches prefix `test_buildscript`, commit author GHA bot

* Add branch prefix note into CONTRIBUTING.md

* Make workflow only run if on master repo
2023-09-17 22:44:48 +10:00
IntegerLimit
10c9f59f0d
Make default rc-deploy branch be main 2023-05-19 21:10:56 +10:00
Exaxxion
d3c771d94f
Update buildscripts (#335)
Merged changes from https://github.com/Nomifactory/Nomifactory/tree/dev/buildtools made after February 2022 (when I helped @tracer4b get the build scripts at the time set up).

CurseForge subsequently did its API changes so the old scripts don't work anymore.

You will need to create a Secret called CFCORE_API_TOKEN which contains the CurseForge API authentication token you wish to use (for https://api.curseforge.com). When running build scripts locally, you need to have an environment variable set with the same name and value.

This token allows the script to download mod jars required for building the server zip. Without this token, at the very least mods that disallow third-party downloads would return blank download links and that build target would fail. It might be needed to use the API at all, but @NotMyWing is our CICD author and resident expert, so I would defer to him on details.

/* Commits */

* Switch API calls to CFCore (#914)

Necessary to continue using the CurseForge API.

* Propagate the CFCore token to GHA

* Move download URL forging to fetchFileInfo

* Add CurseForge Beta deployment workflow (#944)

---------

Co-authored-by: Neeve <winwyv@gmail.com>
2023-04-17 18:21:45 +10:00
Letter N
5aafefa07b
Update Github Actions to v3 (#321) 2023-04-13 18:58:35 +10:00
tracer4b
be6c60092d revert using an environment to build 2022-07-09 21:50:54 +08:00
tracer4b
a6b793cef6 fix workflow env 2022-07-07 18:12:40 +08:00
tracer4b
8fe7dce0d0 add env name to workflows 2022-07-07 17:48:54 +08:00
tracer4b
56df927643 disable nightly workflow 2022-07-07 17:48:02 +08:00
tracer4b
c5f0eb9d8a update workflows to new system 2022-07-07 17:36:25 +08:00
m2r1k5
c03bcc4dc2 Add Github Workflows 2022-02-15 11:19:28 +08:00