Skip to content

Commit e658cf1

Browse files
authored
fix
1 parent 49d32ca commit e658cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: "👍 Upload Artifact"
127127
uses: actions/upload-artifact@v3
128-
if: env.CANCEL != "'true' && github.event.inputs.release == 'Artifact'
128+
if: env.CANCEL != 'true' && github.event.inputs.release == 'Artifact'
129129
with:
130130
name: ${{ env.VERSION }}
131131
path: |

0 commit comments

Comments
 (0)