diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-07-07 12:37:14 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-07-07 12:37:14 -0400 |
| commit | 9f63868e7f101406cab05bb03120c6f4e71556a0 (patch) | |
| tree | 4c303861a5914f9fed2a67a49b347f96125375dc /.build.yml | |
| parent | 4e263c9a4c2ee090acc8a14af8257748c6659bad (diff) | |
| download | HexBoard-9f63868e7f101406cab05bb03120c6f4e71556a0.tar.gz | |
Tooling and comment adjustment
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml index 1f1c26d..573e3b6 100644 --- a/.build.yml +++ b/.build.yml @@ -26,6 +26,8 @@ tasks: git apply model1.patch make mv build/build.ino.uf2 build/model1.ino.uf2 + sha256sum build/model1.ino.uf2 + sha256sum build/model2.ino.uf2 artifacts: - HexBoard/build/model1.ino.uf2 - HexBoard/build/model2.ino.uf2 |
