6arelyFuture 092b8d73fd
All checks were successful
link / Link assets on Linux (push) Successful in 34s
chore: bump OAT
2024-09-11 14:56:42 +00:00

37 lines
866 B
YAML

name: link
on: [push]
env:
OAT_VERSION: "0.16.3"
jobs:
link-linux:
name: Link assets on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
# NOTE - If LFS ever starts getting used for storing zones, switch this to true!
lfs: false
- name: Link assets
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
export OAT_VERSION=${{ env.OAT_VERSION }}
./.gitea/scripts/ci.sh
- name: Upload assets
uses: actions/upload-artifact@v3
with:
name: arena
path: |
zone_out/arena/mod.ff