Skip to content

Commit 6ad71fc

Browse files
committed
.github/workflows/build.yml: adjust tag name on which to release qemu
Signed-off-by: Maciej Pijanowski <[email protected]>
1 parent 91cdc18 commit 6ad71fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Create GitHub Release
8888
uses: softprops/action-gh-release@v1
89-
if: startsWith(github.event.ref, 'refs/tags/dasharo_qemu')
89+
if: startsWith(github.event.ref, 'refs/tags/qemu')
9090
with:
9191
files: |
9292
OVMF_CODE_RELEASE.fd

0 commit comments

Comments
 (0)