Skip to content

hopefully fixed actions? #45

hopefully fixed actions?

hopefully fixed actions? #45

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build_xbox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Build ARK
run: |
chmod +x dependencies/python/configure_build.py
dependencies/python/configure_build.py xbox
chmod +x dependencies/linux/ninja
dependencies/linux/ninja
- name: Remove .gitkeep
run: |
find . -name ".gitkeep" -type f -delete
- name: Upload result
uses: actions/upload-artifact@v4
with:
name: DC3DX-Xbox
path: out/xbox
#