diff --git a/.github/workflows/fhir-oss-ci-pipeline.yml b/.github/workflows/fhir-oss-ci-pipeline.yml index ca508af809..2e8def0c50 100644 --- a/.github/workflows/fhir-oss-ci-pipeline.yml +++ b/.github/workflows/fhir-oss-ci-pipeline.yml @@ -123,13 +123,13 @@ jobs: dotnet-version: | 6.x 8.x + - name: Nuget Restore + shell: bash + run: dotnet restore - name: Download Build Artifacts from Job Cache uses: actions/download-artifact@v4 with: path: artifacts - - name: Nuget Restore - shell: bash - run: dotnet restore - name: Package Web Build Artifacts uses: ./.github/actions/package-web-build-artifacts with: