23 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
IntegerLimit
36dfebfcf0 1.6.1-beta-1 [Beta Release] 2023-04-17 13:41:48 +10:00
Letter N
5aafefa07b
Update Github Actions to v3 (#321) 2023-04-13 18:58:35 +10:00
IntegerLimit
0c1221c339 1.6 2023-04-08 22:05:08 +10:00
IntegerLimit
2d217e26e8
Hard Mode -> Expert Mode in bug_report.md 2023-03-20 10:33:54 +11:00
IntegerLimit
b095455cb5 1.5.2 2023-03-11 22:06:05 +11:00
IntegerLimit
9ecd4c31ca
Merge Mod Addition Request with Feature Request 2023-02-19 20:20:57 +11:00
IntegerLimit
9a5f7e57e4
Add Mod Addition Request and Feature Request Issue Templates 2023-02-19 16:02:29 +11:00
IntegerLimit
912cbd6086
Cleanup bug_report.md 2023-02-19 15:54:02 +11:00
IntegerLimit
5fdbad3093
Add Environment entry to bug_report.md 2023-02-19 15:48:55 +11:00
IntegerLimit
624ef23264
Add mode input into bug_report.md 2023-02-18 08:44:23 +11:00
tracer4b
fb90ed7695 1.5.1 2023-02-17 20:55:22 +08:00
IntegerLimit
e2a6a3346c
Remove image 2023-02-15 22:44:56 +11:00
IntegerLimit
bc56fab522
Add mention of CurseForge Launcher in bug_report.md 2023-02-15 22:44:19 +11:00
IntegerLimit
9cf9d0f7c2
Final minor errors in bug_report.md 2023-02-15 22:30:35 +11:00
IntegerLimit
7ded508976
Fix minor mistakes in bug_report.md 2023-02-15 22:28:30 +11:00
IntegerLimit
809df4b53e
Update bug_report.md 2023-02-15 22:16:55 +11: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