Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ jobs:
- name: Test DEB package creation
run: nfpm pkg --packager deb
env:
CABIN_VERSION: ${{ github.sha }}
CABIN_VERSION: 0.0.0+${{ github.sha }}

- name: Test RPM package creation
run: nfpm pkg --packager rpm
env:
CABIN_VERSION: ${{ github.sha }}
CABIN_VERSION: 0.0.0+${{ github.sha }}

- name: List created packages
run: ls -la ./*.deb ./*.rpm
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ See [INSTALL.md](INSTALL.md).

See [GitHub Discussions](https://github.com/orgs/cabinpkg/discussions).

## Sponsorship

This project was initially funded by the [MITOU IT Program](https://www.ipa.go.jp/en/it-talents/mitou/index.html) ([project page (ja)](https://www.ipa.go.jp/jinzai/mitou/it/2018/gaiyou_t-2.html)) — with additional support from [Shigeru Urushibara (漆原 茂) of UL Systems, Inc.](https://www.ulsystems.co.jp/company/management-committee.html).

If you find Cabin useful, please consider [sponsoring me](https://github.com/sponsors/ken-matsui) to support its continued development.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).
Expand Down
Loading