We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f4816 commit 0a699fcCopy full SHA for 0a699fc
.github/workflows/release.yml
@@ -17,8 +17,8 @@ jobs:
17
include:
18
- name: linux
19
os: ubuntu-latest
20
- artifact_name: target/x86_64-unknown-linux-musl/release/strava-rs
21
- asset_name: strava-rs-linux
+ artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
+ asset_name: debug-tui-rs-linux
22
target: "x86_64-unknown-linux-musl"
23
24
steps:
0 commit comments