Skip to content

Commit

Permalink
Try downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Oct 13, 2024
1 parent 2c5fa61 commit d7f94b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,9 @@ jobs:
git tag -a "${{ inputs.publish-version }}" -m "Release version ${{ inputs.publish-version }}"
git push
git push --tags
- name: Draft Release
uses: actions/download-artifact@v4
with:
path: binaries
- run: find .

0 comments on commit d7f94b3

Please sign in to comment.