Skip to content

Commit 76a401b

Browse files
committed
ci: fix
1 parent 32eeabe commit 76a401b

File tree

2 files changed

+3
-53
lines changed

2 files changed

+3
-53
lines changed

.github/workflows/build,yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
run: nix develop -c make disco
4343

4444
- name: Upload firmware artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: firmware-binaries
4848
path: |
49-
bin/
50-
release/
49+
bin/specter-diy.bin
50+
bin/specter-diy.hex

0 commit comments

Comments
 (0)