Skip to content

Commit

Permalink
feat: Attach binary to release (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 5, 2024
1 parent c57b550 commit 3750c00
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: "qemu-host.bin"
destination: "output"
-
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: 'qemu-host.bin'
files: 'output/qemu-host.bin'
release-tag: "v${{ steps.meta.outputs.version }}"
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
-
Expand Down

0 comments on commit 3750c00

Please sign in to comment.