Trying out the github action

This commit is contained in:
2026-04-07 22:48:15 +02:00
parent a4b87bee31
commit 8da10e4d03
3 changed files with 19 additions and 7 deletions
+5 -4
View File
@@ -12,10 +12,11 @@ jobs:
with:
fetch-depth: 0
- name: Run SpearheadCompile
run: |
mkdir -p ./output
python3 SpearheadCompile.py . ./output/spearhead.lua
- name: Compile Spearhead
uses: dutchie031/DcsMissionScriptingTools/github-action@feature/github-action
with:
source-root: ./src
output-file: ./output/spearhead.lua
- name: Upload spearhead.lua artifact
uses: actions/upload-artifact@v4