Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Feb 13, 2024
1 parent 9a0ea8e commit 6098465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: alpine:3.15
strategy:
matrix:
model: ["TS100", "TS80", "TS80P", "MHP30"]
model: ["TS100", "TS80", "TS80P", "MHP30", "S60P", "S60"]
fail-fast: true
steps:
- name: Install dependencies (apk)
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies (py)
run: pip3 install IntelHex

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -38,7 +38,7 @@ jobs:
run: cp build/*.hex build/*.dfu /tmp/${{ matrix.model }}

- name: Archive artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.model }}
path: |
Expand Down

0 comments on commit 6098465

Please sign in to comment.