Skip to content

Commit

Permalink
Unbreak GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Oct 1, 2024
1 parent efa29f0 commit 8e7823d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:

strategy:
matrix:
tc: [kindle, kindle5, kindlepw2, kobo, nickel, remarkable, cervantes, pocketbook, bookeen]
tc: [kindle, kindle5, kindlepw2, kindlehf, kobo, kobov4, kobov5, nickel, remarkable, cervantes, pocketbook, bookeen]

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -26,7 +26,7 @@ jobs:
run: tar -C ~ -czf ${{ matrix.tc }}.tar.gz x-tools

- name: Uploading artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.tc }}
path: ${{ matrix.tc }}.tar.gz

0 comments on commit 8e7823d

Please sign in to comment.