chore: update LICENSE

This commit is contained in:
iff 2024-12-10 19:02:10 +01:00
parent 55337fea50
commit 7b81a32430
5 changed files with 6 additions and 5 deletions

View file

@ -81,6 +81,7 @@ jobs:
if: ${{ matrix.deb == true }}
run: |
cargo install cargo-deb --locked
cp LICENSE target/${{ matrix.target }}/release
cargo deb -p pay-respects --no-build --no-strip --output . --target ${{ matrix.target }}
- name: zipping files (unix)