Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
oberblastmeister committed Aug 8, 2022
1 parent 0c9ea5b commit 40c969d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
contents=$(find dist -maxdepth 1 | tail -n +2 | paste -sd " ")
echo "CONTENTS=$contents" >> $GITHUB_ENV
echo "${{ env.CONTENTS }}"
echo "contents: $contents"
- name: Release
uses: meeDamian/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "trashy"
version = "0.1.0"
authors = ["Brian Shu <[email protected]>"]
description = """
trash-cli written in rust
*trashy* is a simple, fast, and featureful alternative to *rm* and *trash-cli*.
"""
documentation = "https://github.com/oberblastmeister/trash-cli"
homepage = "https://github.com/oberblastmeister/trash-cli"
repository = "https://github.com/oberblastmeister/trash-cli"
homepage = "https://github.com/oberblastmeister/trashy"
repository = "https://github.com/oberblastmeister/trashy"
readme = "README.md"
keywords = ["trash", "remove", "recycle", "bin", "freedesktop"]
keywords = ["trash", "remove", "recycle", "bin", "freedesktop", "tool"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ trash restore first second

By default the arguments given are interpreted as regular expressions. Use the `-m` option to interpret them differently.

<!-- ## Installation
## Installation

### Using cargo

Expand All @@ -52,10 +52,6 @@ build using `cargo build --release`

the binary should be at `target/release/trash`

### Arch Linux
AUR package coming soon!
## License

Copyright (c) 2020 Brian Shu
Expand Down

0 comments on commit 40c969d

Please sign in to comment.