diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 05a52ed..ffedd6e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,8 +44,8 @@ jobs: /build/scrutiny-collector-metrics-linux-arm-7 /build/scrutiny-web-windows-4.0-amd64.exe /build/scrutiny-collector-metrics-windows-4.0-amd64.exe - /build/scrutiny-web-freebsd-amd64 - /build/scrutiny-collector-metrics-freebsd-amd64 +# /build/scrutiny-web-freebsd-amd64 +# /build/scrutiny-collector-metrics-freebsd-amd64 - uses: codecov/codecov-action@v1 with: file: ${{ env.PROJECT_PATH }}/coverage.txt diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 639f8c8..0058c52 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -176,23 +176,23 @@ jobs: asset_name: scrutiny-collector-metrics-linux-arm-7 asset_content_type: application/octet-stream - - name: Release Asset - Web - freebsd-amd64 - id: upload-release-asset7 - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ${{ env.PROJECT_PATH }}/scrutiny-web-freebsd-amd64 - asset_name: scrutiny-web-freebsd-amd64 - asset_content_type: application/octet-stream - - name: Release Asset - Collector - freebsd-amd64 - id: upload-release-asset8 - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ${{ env.PROJECT_PATH }}/scrutiny-collector-metrics-freebsd-amd64 - asset_name: scrutiny-collector-metrics-freebsd-amd64 - asset_content_type: application/octet-stream +# - name: Release Asset - Web - freebsd-amd64 +# id: upload-release-asset7 +# uses: actions/upload-release-asset@v1 +# env: +# GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} +# with: +# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps +# asset_path: ${{ env.PROJECT_PATH }}/scrutiny-web-freebsd-amd64 +# asset_name: scrutiny-web-freebsd-amd64 +# asset_content_type: application/octet-stream +# - name: Release Asset - Collector - freebsd-amd64 +# id: upload-release-asset8 +# uses: actions/upload-release-asset@v1 +# env: +# GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} +# with: +# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps +# asset_path: ${{ env.PROJECT_PATH }}/scrutiny-collector-metrics-freebsd-amd64 +# asset_name: scrutiny-collector-metrics-freebsd-amd64 +# asset_content_type: application/octet-stream