Skip to content

Commit 84f1ef0

Browse files
Update build_tag workflow to use xtask
Also update the workflow name so that it doesn't sound almost the same as the `release.yaml` name.
1 parent fbcd5d2 commit 84f1ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Release
1+
name: Build Tag
22
on:
33
push:
44
tags:
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- run: cargo run -- --container-cmd=docker --create-release $GITHUB_REF_NAME
15+
- run: cargo xtask build-edk2 --container-cmd=docker --create-release $GITHUB_REF_NAME
1616
env:
1717
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)