From 5148fa05697580034d5f01c4fabd40742b619de7 Mon Sep 17 00:00:00 2001 From: Paul Taladay Date: Fri, 29 Mar 2024 09:56:49 -0700 Subject: [PATCH] Moved restore to before the artifacts pull --- .github/workflows/fhir-oss-ci-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: