Skip to content

Commit

Permalink
github actions publish crate
Browse files Browse the repository at this point in the history
  • Loading branch information
scullionw committed Dec 31, 2021
1 parent c022c69 commit aafe068
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -31,6 +31,11 @@ jobs:
command: build
args: --release --target=aarch64-apple-darwin

- uses: actions-rs/cargo@v1
with:
command: publish
args: --token=${{ secrets.CRATES_TOKEN }}

- name: Universal binary
run: |
mkdir -p target/universal-apple-darwin/release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dirstat-rs"
version = "0.3.6"
version = "0.3.7"
authors = ["scullionw <scuw1801@usherbrooke.ca>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit aafe068

Please sign in to comment.