We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12742c commit cf0b1a8Copy full SHA for cf0b1a8
1 file changed
.github/workflows/keymaps.yml
@@ -35,12 +35,8 @@ jobs:
35
36
- run: make test
37
38
- # - uses: actions/upload-artifact@v3
39
- # with:
40
- # name: patcoll-hexes
41
- # path: ${{ github.workspace }}/qmk_firmware/*.hex
42
-
43
- - uses: softprops/action-gh-release@v1
+ - uses: actions/upload-artifact@v3
44
with:
45
- files: qmk_firmware/*.hex
+ name: patcoll-hexes
+ path: ${{ github.workspace }}/qmk_firmware/*.hex
46
0 commit comments