Skip to content

Commit

Permalink
Merge pull request #17 from patka-123/cargo-update
Browse files Browse the repository at this point in the history
Update dependencies so it builds with latest Rust
  • Loading branch information
Frazew authored Nov 8, 2024
2 parents 181dff6 + 328fd78 commit a1905e3
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 366 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
run: cargo deb
- name: Build rpm package
run: cargo rpm build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: netbox2netshot-${{ github.sha }}
path: target/debug/netbox2netshot
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: netbox2netshot-${{ github.sha }}.rpm
path: target/release/rpmbuild/RPMS/x86_64/*.rpm
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: netbox2netshot-${{ github.sha }}.deb
path: target/debian/*.deb
Loading

0 comments on commit a1905e3

Please sign in to comment.