Skip to content

Commit

Permalink
Test split-debuginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored Nov 14, 2023
1 parent 8babbbd commit 258f821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
push:
tags:
- v[0-9].*
- v[0-9]*

jobs:
release:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
if: github.ref_type == 'tag'
with:
draft: true
files: ${{ env.ASSET }}
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ exclude = ["/tools/"]
bin = ["dep:clap", "dep:clap_complete", "dep:ctrlc", "dep:shadow-rs", "dep:sysinfo"]

[profile.release]
strip = true
lto = "thin"
strip = true
split-debuginfo = "packed"

[[bin]]
name = "keepawake"
Expand Down

0 comments on commit 258f821

Please sign in to comment.