mirror of https://github.com/statping/statping
workflow
parent
4dd95e13ff
commit
5ce7f32fec
|
@ -129,15 +129,15 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set correct darwin platform name
|
- name: Set correct darwin platform name
|
||||||
if: matrix.platform == macos-latest
|
if: matrix.os == 'macos-latest'
|
||||||
run: echo ::set-env name=PLATFORM::darwin
|
run: echo ::set-env name=PLATFORM::darwin
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Set correct linux platform name
|
- name: Set correct linux platform name
|
||||||
if: matrix.platform == ubuntu-latest
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: echo ::set-env name=PLATFORM::linux
|
run: echo ::set-env name=PLATFORM::linux
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Set correct windows name
|
- name: Set correct windows name
|
||||||
if: matrix.platform == windows-latest
|
if: matrix.os == 'windows-latest'
|
||||||
run: echo ::set-env name=PLATFORM::windows
|
run: echo ::set-env name=PLATFORM::windows
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue