Skip to content

Commit

Permalink
Revert "Create release with resulting hex files"
Browse files Browse the repository at this point in the history
This reverts commit 20cc5f9.
  • Loading branch information
patcoll committed Oct 7, 2022
1 parent e12742c commit cf0b1a8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ jobs:

- run: make test

# - uses: actions/upload-artifact@v3
# with:
# name: patcoll-hexes
# path: ${{ github.workspace }}/qmk_firmware/*.hex

- uses: softprops/action-gh-release@v1
- uses: actions/upload-artifact@v3
with:
files: qmk_firmware/*.hex
name: patcoll-hexes
path: ${{ github.workspace }}/qmk_firmware/*.hex

0 comments on commit cf0b1a8

Please sign in to comment.