8 Commits

Author SHA1 Message Date
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