Fix unstable workflow file.

See https://github.com/statping-ng/statping-ng/issues/155
pull/1101/head
Adam 2022-07-29 13:58:49 +01:00 committed by GitHub
parent 4835c86f5a
commit 960953c44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 89 additions and 89 deletions

View File

@ -152,6 +152,7 @@ build:
tar -czvf statping-darwin-${{ matrix.arch }}.tar.gz * tar -czvf statping-darwin-${{ matrix.arch }}.tar.gz *
rm -rf statping rm -rf statping
echo "compressed=statping-darwin-${{ matrix.arch }}.tar.gz" >> $GITHUB_ENV echo "compressed=statping-darwin-${{ matrix.arch }}.tar.gz" >> $GITHUB_ENV
- name: Upload Compiled Statping Binary - name: Upload Compiled Statping Binary
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
@ -170,7 +171,6 @@ build:
prerelease: true prerelease: true
files: build/${{ env.compressed }} files: build/${{ env.compressed }}
# test: # test:
# needs: frontend # needs: frontend
# runs-on: [self-hosted, linux, aboutcher-hosted] # runs-on: [self-hosted, linux, aboutcher-hosted]