Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit cf6fba0

Browse files
committed
ps
1 parent 9ff5689 commit cf6fba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Build
3535
run: |
36-
cargo build --release -o ${{ matrix.fileName }}
36+
cargo build --release
3737
mv ./target/release/${{ matrix.file }} ./${{ matrix.os }}_${{ matrix.fileName }}
3838
3939
- name: Create release

0 commit comments

Comments
 (0)