Skip to content

Commit b8b7ce9

Browse files
committed
Fix Ak3 zip
1 parent 81373f8 commit b8b7ce9

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
@@ -369,7 +369,7 @@ jobs:
369369
uses: actions/upload-artifact@v4
370370
with:
371371
name: kernel-${{ env.CONFIG }}
372-
path: "${{ env.CONFIG }}/AnyKernel3/*"
372+
path: "./AnyKernel3/*"
373373

374374
- name: Upload Build Logs
375375
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)