From 65beb310574ab85f7d8502800cd74459de747d41 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 20 Aug 2024 17:23:59 -0400 Subject: [PATCH] Fix fucking checkout fucking wiping the workspace --- .github/workflows/ci-pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index e64f461560..9e72fb60ca 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1261,12 +1261,6 @@ jobs: sudo ln -s $DOTNET_PATH /usr/bin/dotnet echo "New dotnet path should be $DOTNET_PATH" - - name: Retrieve ReleaseNotes Binaries - uses: actions/download-artifact@v4 - with: - name: release_notes_bins - path: release_notes_bins - - name: Checkout (Branch) uses: actions/checkout@v4 if: github.event_name == 'push' || github.event_name == 'schedule' @@ -1283,6 +1277,12 @@ jobs: - name: Setup Telemetry Key File run: echo "${{ secrets.TGS_TELEMETRY_KEY }}" > ${{ env.TGS_TELEMETRY_KEY_FILE }} + - name: Retrieve ReleaseNotes Binaries + uses: actions/download-artifact@v4 + with: + name: release_notes_bins + path: release_notes_bins + - name: Execute Build Script (Unsigned) if: (!(github.event_name == 'push' && contains(github.event.head_commit.message, '[TGSDeploy]') && github.event.ref == 'refs/heads/master')) env: