diff --git a/.github/workflows/porter.yml b/.github/workflows/porter.yml index 4cdcdc837..70da49a0f 100644 --- a/.github/workflows/porter.yml +++ b/.github/workflows/porter.yml @@ -54,8 +54,8 @@ jobs: Unit_test: name: Unit Test runs-on: ubuntu-latest - needs: - - Build +# needs: +# - Build steps: - name: checkout uses: actions/checkout@v3.5.0 @@ -122,7 +122,7 @@ jobs: - name: Download Cross-Compiled Porter Binaries uses: actions/download-artifact@v3.0.1 with: - name: xbuild-bin + name: build-bin path: bin - uses: actions/setup-go@v4 with: