Trying out the github action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user