Feature/pipeline (#2)
Reviewed-on: #2 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit is contained in:
@@ -13,13 +13,21 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Compile Spearhead
|
||||
<<<<<<< HEAD
|
||||
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0
|
||||
=======
|
||||
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools@action/v0
|
||||
>>>>>>> origin/main
|
||||
with:
|
||||
source-root: ./src
|
||||
output-file: ./output/spearhead.lua
|
||||
|
||||
- name: Upload spearhead.lua artifact
|
||||
<<<<<<< HEAD
|
||||
uses: actions/upload-artifact@v3
|
||||
=======
|
||||
uses: actions/upload-artifact@v7
|
||||
>>>>>>> origin/main
|
||||
with:
|
||||
name: spearhead-lua
|
||||
path: ./output/spearhead.lua
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
0.12.0
|
||||
Reference in New Issue
Block a user