1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

allow multiple output locations

This commit is contained in:
Jason N. 2024-02-19 14:20:08 +00:00
parent 2290aa6209
commit 31b6b39b23
2 changed files with 4 additions and 9 deletions

View file

@ -36,10 +36,6 @@ jobs:
version:
- 38
- 39
- 40
include:
- version: 40
web_ui: 'true'
steps:
- name: Checkout
uses: actions/checkout@v4
@ -53,6 +49,5 @@ jobs:
IMAGE_TAG: 'latest'
VARIANT: 'Kinoite'
VERSION: ${{ matrix.version }}
WEB_UI: ${{ matrix.web_ui }}
ACTION_REPO: ${{ github.repository }}
ACTION_REF: ${{ github.ref }}