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