Add version input on all platforms

pre-release-3
James H Ball 2025-01-05 17:01:22 +00:00
rodzic 0a0f76fc5e
commit 9e3659105a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -90,7 +90,7 @@ jobs:
export OS="mac"
source ./ci/setup-env.sh
source ./ci/test.sh
source ./ci/build.sh "${{ matrix.project }}"
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
shell: bash
- name: Download Packages installer build tool
@ -166,7 +166,7 @@ jobs:
export OS="win"
source ./ci/setup-env.sh
source ./ci/test.sh
source ./ci/build.sh "${{ matrix.project }}"
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
shell: bash
- name: Compile .ISS to .EXE Installer