Skip to content

Commit fc556da

Browse files
committed
Fix Zip location
Change-Id: Iee8c239995ce2adc6402cdd46581071bd41ccfdd
1 parent 2e3bdc2 commit fc556da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Create GitHub Release
6666
uses: ncipollo/release-action@v1
6767
with:
68-
artifacts: kernel/builds/*.zip
68+
artifacts: *.zip
6969
tag: "${{ github.run_number }}"
7070
name: "Release ${{ env.VERSION }}"
7171
token: ${{ secrets.PAT_TOKEN }}

0 commit comments

Comments
 (0)