Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski authored Sep 14, 2024
1 parent a7a0881 commit 9206b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

Draft-Release:
runs-on: ubuntu-latest
needs: Binaries
steps:
- uses: actions/checkout@v3

Expand All @@ -67,7 +68,7 @@ jobs:
prerelease: ${{ github.ref_name == 'refs/heads/develop'}}

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

Expand Down

0 comments on commit 9206b44

Please sign in to comment.