Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Jan 24, 2024
1 parent 2ad4bee commit 0c8b4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,5 @@ jobs:
name: ${{ fromJson(needs.host.outputs.val).announcement_title }}
body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }}
prerelease: ${{ fromJson(needs.host.outputs.val).announcement_is_prerelease }}
artifacts: "artifacts/*"
# Upload only binary release and checksum rot it.
artifacts: "artifacts/casr-x86_64-unknown-linux-gnu.tar.xz*"
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ installers = []
targets = ["x86_64-unknown-linux-gnu"]
# Publish jobs to run in CI
pr-run-mode = "skip"

# Whether to pass --all-features to cargo build
all-features = true
allow-dirty = ["ci"]

[workspace]
resolver = "2"
Expand All @@ -28,4 +29,3 @@ opt-level = 3
# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"

0 comments on commit 0c8b4ca

Please sign in to comment.