Skip to content

Commit

Permalink
ci: 💚 correctly handle release binaries upload (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi authored Aug 14, 2024
1 parent 03ad8df commit fd0bbe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
permissions:
contents: write
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit fd0bbe3

Please sign in to comment.