Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ formatted version strings.

## Inputs

`cmd` - The command to be executed inside the container. Defaults to `cargo deb --target=x86_64-unknown-linux-musl`
`cmd` - The command to be executed inside the container. Defaults to `cargo deb
--target=x86_64-unknown-linux-musl`

`toml_path` - the (relative) path to the `Cargo.toml` file to modify with the
git tag

## Outputs

Expand All @@ -41,6 +45,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Deb Build
uses: novalabsxyz/[email protected]
uses: novalabsxyz/[email protected]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: novalabsxyz/cargo-deb-amd64-ubuntu@2.7
uses: novalabsxyz/cargo-deb-amd64-ubuntu@v2.7

Tag mismatch, v should be present to make it work.

with:
- toml_path: some/path

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- toml_path: some/path
toml_path: some/path

This should not be a sequence

```