Skip to content

Commit

Permalink
fix small bugs, update deps, start serial logger (#5)
Browse files Browse the repository at this point in the history
- update version to 0.0.5
- actually package newer mion tools
- sketch out packaging licenses
- update bytes, miette, clap, local-ip-address, thiserror
- implement serial logging over cli
  - haven't implemented `CatLog.exe` yet because that's a UI thing
    and finding a cross-platform gui that's accessible is rough
  • Loading branch information
Mythra authored Mar 26, 2024
1 parent eca0344 commit dbaa7df
Show file tree
Hide file tree
Showing 36 changed files with 4,023 additions and 145 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.deb
path: installer-scripts/unix/sprig_0.0.4_amd64.deb
path: installer-scripts/unix/sprig_0.0.5_amd64.deb
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.rpm
path: installer-scripts/unix/sprig-0.0.4-1.x86_64.rpm
path: installer-scripts/unix/sprig-0.0.5-1.x86_64.rpm
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.apk
path: installer-scripts/unix/sprig_0.0.4_x86_64.apk
path: installer-scripts/unix/sprig_0.0.5_x86_64.apk
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.pkg.tar.zst
path: installer-scripts/unix/sprig-0.0.4-1-x86_64.pkg.tar.zst
path: installer-scripts/unix/sprig-0.0.5-1-x86_64.pkg.tar.zst
- uses: actions/upload-artifact@v3
with:
name: sprig-target-directory-unix
Expand Down
Loading

0 comments on commit dbaa7df

Please sign in to comment.