Skip to content

Commit

Permalink
fix: reorder checkout to not overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
lyledouglass committed Jun 1, 2024
1 parent 1c4614d commit 480addf
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 480addf

Please sign in to comment.