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
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Compile Spearhead
|
- name: Compile Spearhead
|
||||||
|
<<<<<<< HEAD
|
||||||
|
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0
|
||||||
|
=======
|
||||||
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools@action/v0
|
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools@action/v0
|
||||||
|
>>>>>>> origin/main
|
||||||
with:
|
with:
|
||||||
source-root: ./src
|
source-root: ./src
|
||||||
output-file: ./output/spearhead.lua
|
output-file: ./output/spearhead.lua
|
||||||
|
|
||||||
- name: Upload spearhead.lua artifact
|
- name: Upload spearhead.lua artifact
|
||||||
|
<<<<<<< HEAD
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
=======
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
|
>>>>>>> origin/main
|
||||||
with:
|
with:
|
||||||
name: spearhead-lua
|
name: spearhead-lua
|
||||||
path: ./output/spearhead.lua
|
path: ./output/spearhead.lua
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
0.12.0
|
||||||
Reference in New Issue
Block a user