Skip to content

Commit

Permalink
ci: reorder and fix path in release workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent a6e4a9f commit 48c0e0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
needs: [build]

steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
path: build

# Without this, "gh" explodes spectacularily
- name: Checkout Repository
uses: actions/checkout@v4

- name: Download build artifacts
uses: actions/download-artifact@v4
with:
path: build/

- name: Upload Binaries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 48c0e0c

Please sign in to comment.