build: use OAT to link my mod (#2)

This commit is contained in:
2024-03-02 16:12:51 +01:00
committed by GitHub
parent d38901012d
commit 7e57411eaa
20 changed files with 80 additions and 27 deletions

27
.github/workflows/link-linux.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: link
on: [push]
jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@main
- name: Setup OAT
uses: diamante0018/setup-oat@main
with:
version: "0.8.3"
- name: Link assets
run: |
Linker -v arena
- name: Upload mod.ff
uses: actions/upload-artifact@main
with:
name: arena
path: |
zone_out/arena/mod.ff