updated references
This commit is contained in:
@@ -13,21 +13,13 @@ 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/github-action@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@v3
|
||||||
=======
|
|
||||||
uses: actions/upload-artifact@v7
|
|
||||||
>>>>>>> origin/main
|
|
||||||
with:
|
with:
|
||||||
name: spearhead-lua
|
name: spearhead-lua
|
||||||
path: ./output/spearhead.lua
|
path: ./output/spearhead.lua
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
echo "Version: $VERSION"
|
echo "Version: $VERSION"
|
||||||
|
|
||||||
- name: Compile Spearhead
|
- name: Compile Spearhead
|
||||||
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools@action/v0
|
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0
|
||||||
with:
|
with:
|
||||||
source-root: ./src
|
source-root: ./src
|
||||||
output-file: ./output/spearhead.lua
|
output-file: ./output/spearhead.lua
|
||||||
|
|||||||
Reference in New Issue
Block a user