Added test for publish bundle pipeline
publish-vs-code-extensions.yml / Publish VS Code Extension (push) Successful in 8s
Publish Action Release / Derive release metadata (push) Successful in 5s
Publish Install Lua Addon Action / test_action (push) Failing after 18s
Publish Action Release / Publish tags (push) Successful in 21s
Publish Install Lua Addon Action / publish_action (push) Successful in 57s

This commit is contained in:
2026-09-10 18:17:39 +02:00
parent 1db8f3ccbb
commit 0443871583
5 changed files with 75 additions and 9 deletions
@@ -9,12 +9,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Copy lua-addons
run: |
cp -r ../dutchies-dcs-scripting-tools/lua-addons ./lua-addons
shell: bash
working-directory: ${{ github.action_path }}
- name: Build action
run: |
npm ci