Skip to content

Commit

Permalink
Another try...
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Jan 2, 2025
1 parent 81879d4 commit bbbe708
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
working-directory: ./y-board-v3

- name: Upload Artifacts to Release
run: gh release upload ${{ github.event.release.tag_name }} ./y-board-v3/build/${{ matrix.project }}.bin
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "./y-board-v3/build/${{ matrix.project }}.bin"
tags: true
draft: true

0 comments on commit bbbe708

Please sign in to comment.