Skip to content

Commit

Permalink
.github/workflows/build.yml: adjust tag name on which to release qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Nov 20, 2023
1 parent 91cdc18 commit 6ad71fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.event.ref, 'refs/tags/dasharo_qemu')
if: startsWith(github.event.ref, 'refs/tags/qemu')
with:
files: |
OVMF_CODE_RELEASE.fd
Expand Down

0 comments on commit 6ad71fc

Please sign in to comment.