Skip to content

Commit

Permalink
Update gki-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Mar 6, 2025
1 parent 3c19c34 commit 69fe794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cp -r $CONFIG source-clean-$CONFIG
- name: Upload artifact
if: ${{ inputs.make_release }}
if: ${{ inputs.make_release == false }}
uses: actions/upload-artifact@v4
with:
name: source-clean-${{ env.CONFIG }}
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
cp -r $CONFIG source-patched-$CONFIG
- name: Upload artifact
if: ${{ inputs.make_release }}
if: ${{ inputs.make_release == false }}
uses: actions/upload-artifact@v4
with:
name: source-patched-${{ env.CONFIG }}
Expand Down

0 comments on commit 69fe794

Please sign in to comment.