Skip to content

Commit 053f98a

Browse files
committed
Fix asset name
1 parent 523eae5 commit 053f98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: linux
1919
os: ubuntu-latest
2020
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
21-
asset_name: debug-tui-rs-linux
21+
asset_name: debug-tui-linux
2222
target: "x86_64-unknown-linux-musl"
2323

2424
steps:

0 commit comments

Comments
 (0)