kopia lustrzana https://github.com/jameshball/osci-render
Add version input on all platforms
rodzic
0a0f76fc5e
commit
9e3659105a
|
@ -90,7 +90,7 @@ jobs:
|
||||||
export OS="mac"
|
export OS="mac"
|
||||||
source ./ci/setup-env.sh
|
source ./ci/setup-env.sh
|
||||||
source ./ci/test.sh
|
source ./ci/test.sh
|
||||||
source ./ci/build.sh "${{ matrix.project }}"
|
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Download Packages installer build tool
|
- name: Download Packages installer build tool
|
||||||
|
@ -166,7 +166,7 @@ jobs:
|
||||||
export OS="win"
|
export OS="win"
|
||||||
source ./ci/setup-env.sh
|
source ./ci/setup-env.sh
|
||||||
source ./ci/test.sh
|
source ./ci/test.sh
|
||||||
source ./ci/build.sh "${{ matrix.project }}"
|
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Compile .ISS to .EXE Installer
|
- name: Compile .ISS to .EXE Installer
|
||||||
|
|
Ładowanie…
Reference in New Issue