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"
|
||||
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
|
||||
|
|
Ładowanie…
Reference in New Issue