Skip to content

Commit cf0b1a8

Browse files
committed
Revert "Create release with resulting hex files"
This reverts commit 20cc5f9.
1 parent e12742c commit cf0b1a8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/keymaps.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@ jobs:
3535

3636
- run: make test
3737

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
38+
- uses: actions/upload-artifact@v3
4439
with:
45-
files: qmk_firmware/*.hex
40+
name: patcoll-hexes
41+
path: ${{ github.workspace }}/qmk_firmware/*.hex
4642

0 commit comments

Comments
 (0)