We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3bdc2 commit fc556daCopy full SHA for fc556da
1 file changed
.github/workflows/kernel.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Create GitHub Release
66
uses: ncipollo/release-action@v1
67
with:
68
- artifacts: kernel/builds/*.zip
+ artifacts: *.zip
69
tag: "${{ github.run_number }}"
70
name: "Release ${{ env.VERSION }}"
71
token: ${{ secrets.PAT_TOKEN }}
0 commit comments