Skip to content

Commit b2a0d29

Browse files
authored
Fix
1 parent face276 commit b2a0d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ jobs:
9999
compression-level: 9
100100

101101
- name: 'Create a Release'
102-
if: ${{ github.event_name == 'push' && github.event.ref_name == 'main' }}
102+
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
103103
uses: ncipollo/release-action@main
104104
with:
105105
allowUpdates : true
106-
commit: ${{ github.event.ref_name }}
106+
commit: ${{ github.ref_name }}
107107
tag: 'edk2-${{ env.version }}'
108108
artifacts: '${{ env.artifact_fd_path }}'

0 commit comments

Comments
 (0)