diff --git a/.github/workflows/binskim.yml b/.github/workflows/binskim.yml index 56b4ea2611e3..5df176d0984c 100644 --- a/.github/workflows/binskim.yml +++ b/.github/workflows/binskim.yml @@ -11,6 +11,10 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@v2 + - name: download + run: | + $URL="https://artprodcus3.artifacts.visualstudio.com/Af91412a5-a906-4990-9d7c-f697b81fc04d/be1b070f-be15-4154-aade-b1d3bfb17054/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zc29uaWMvcHJvamVjdElkL2JlMWIwNzBmLWJlMTUtNDE1NC1hYWRlLWIxZDNiZmIxNzA1NC9idWlsZElkLzMyNzk1MS9hcnRpZmFjdE5hbWUvc29uaWMtYnVpbGRpbWFnZS5icm9hZGNvbQ2/content?format=file&subPath=%2Ftarget%2Fsonic-broadcom.bin" + Invoke-WebRequest -Uri $URL -OutFile sonic-broadcom.bin - uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x'