From 4f213c72eeb4afd1999ffb63960fde348822f855 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Fri, 24 Jul 2026 21:58:55 +0000 Subject: [PATCH] Feature/pipeline (#2) Reviewed-on: https://git.dutchie031.com/Spearhead/spearhead/pulls/2 Co-authored-by: dutchie031 --- .gitea/workflows/compile-artifact.yml | 8 ++++++++ version.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 version.txt diff --git a/.gitea/workflows/compile-artifact.yml b/.gitea/workflows/compile-artifact.yml index 039f872..90da28f 100644 --- a/.gitea/workflows/compile-artifact.yml +++ b/.gitea/workflows/compile-artifact.yml @@ -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 diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..d33c3a2 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.12.0 \ No newline at end of file