From 480addf5292eb100e47496c3d1158de17cc4163c Mon Sep 17 00:00:00 2001 From: Lyle Douglass Date: Sat, 1 Jun 2024 14:35:48 -0400 Subject: [PATCH] fix: reorder checkout to not overwrite --- .github/workflows/build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89a7663..97c1334 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,17 +53,14 @@ jobs: needs: build if: ${{ needs.build.outputs.bump != '' && github.ref == 'refs/heads/main' }} steps: - - name: Download Windows Artifacts - uses: actions/download-artifact@v2 - with: - name: WoWTools-AMD64 - - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: debug - run: ls -la + - name: Download Windows Artifacts + uses: actions/download-artifact@v2 + with: + name: WoWTools-AMD64 - name: Create Release shell: bash