Skip to content

Commit

Permalink
feat: Attach binary to release (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 5, 2024
1 parent 1c2d576 commit c57b550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
image: ${{ secrets.DOCKERHUB_REPO }}:latest
path: "qemu-host.bin"
destination: "/tmp/qemu-host.bin"
destination: "qemu-host.bin"
-
name: Create a release
uses: action-pack/github-release@v2
Expand All @@ -98,7 +98,7 @@ jobs:
name: Update release
uses: AButler/[email protected]
with:
files: "/tmp/qemu-host.bin"
files: 'qemu-host.bin'
release-tag: "v${{ steps.meta.outputs.version }}"
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
Expand Down

0 comments on commit c57b550

Please sign in to comment.