From e986887dd8da92b41463ec281fa90c535d6eeb03 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Sun, 20 Sep 2026 18:28:29 +0200 Subject: [PATCH] updated pipeline --- .gitea/workflows/release-beta.yml | 2 +- .gitea/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-beta.yml b/.gitea/workflows/release-beta.yml index 0d446ea..30a8930 100644 --- a/.gitea/workflows/release-beta.yml +++ b/.gitea/workflows/release-beta.yml @@ -46,7 +46,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Compile Spearhead - uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0 + uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-actions/bundle-script@bundle-script/v1 with: source-root: ./src output-file: ./output/spearhead.lua diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0ab00ee..af26a62 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -45,7 +45,7 @@ jobs: echo "EOF" >> "$GITHUB_OUTPUT" - name: Compile Spearhead - uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0 + uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-actions/bundle-script@bundle-script/v1 with: source-root: ./src output-file: ./output/spearhead.lua