mirror of https://github.com/statping/statping
mkdir dint fix the build
parent
af92e0dca4
commit
f8920f1829
|
@ -121,7 +121,6 @@ jobs:
|
||||||
- name: Compress Linux Builds
|
- name: Compress Linux Builds
|
||||||
if: matrix.platform == 'linux'
|
if: matrix.platform == 'linux'
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
|
||||||
cd build
|
cd build
|
||||||
mv statping-linux-${{ matrix.arch }} statping
|
mv statping-linux-${{ matrix.arch }} statping
|
||||||
chmod +x statping
|
chmod +x statping
|
||||||
|
@ -132,7 +131,6 @@ jobs:
|
||||||
- name: Compress Windows Builds
|
- name: Compress Windows Builds
|
||||||
if: matrix.platform == 'windows'
|
if: matrix.platform == 'windows'
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
|
||||||
cd build
|
cd build
|
||||||
mv statping-windows-4.0-${{ matrix.arch }}.exe statping.exe
|
mv statping-windows-4.0-${{ matrix.arch }}.exe statping.exe
|
||||||
chmod +x statping.exe
|
chmod +x statping.exe
|
||||||
|
@ -143,7 +141,6 @@ jobs:
|
||||||
- name: Compress Darwin Builds
|
- name: Compress Darwin Builds
|
||||||
if: matrix.platform == 'darwin'
|
if: matrix.platform == 'darwin'
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
|
||||||
cd build
|
cd build
|
||||||
mv statping-darwin-10.6-${{ matrix.arch }} statping
|
mv statping-darwin-10.6-${{ matrix.arch }} statping
|
||||||
chmod +x statping
|
chmod +x statping
|
||||||
|
|
Loading…
Reference in New Issue