mirror of https://github.com/statping/statping
Fix unstable workflow file.
See https://github.com/statping-ng/statping-ng/issues/155pull/1101/head
parent
4835c86f5a
commit
960953c44c
|
@ -54,7 +54,7 @@ jobs:
|
|||
name: static-rice-box
|
||||
path: ./source
|
||||
|
||||
build:
|
||||
build:
|
||||
needs: frontend
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
@ -152,6 +152,7 @@ build:
|
|||
tar -czvf statping-darwin-${{ matrix.arch }}.tar.gz *
|
||||
rm -rf statping
|
||||
echo "compressed=statping-darwin-${{ matrix.arch }}.tar.gz" >> $GITHUB_ENV
|
||||
|
||||
- name: Upload Compiled Statping Binary
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
@ -170,7 +171,6 @@ build:
|
|||
prerelease: true
|
||||
files: build/${{ env.compressed }}
|
||||
|
||||
|
||||
# test:
|
||||
# needs: frontend
|
||||
# runs-on: [self-hosted, linux, aboutcher-hosted]
|
||||
|
|
Loading…
Reference in New Issue