Skip to content

Commit 96a9058

Browse files
committed
Fix copy
1 parent 200d155 commit 96a9058

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
SCCACHE_GHA_ENABLED: "true"
3838
RUSTC_WRAPPER: "sccache"
3939

40-
- run: |
41-
cp target/${{ matrix.target }}/release-lto/${{ matrix.bin }} ${{ matrix.bin }}
42-
40+
- run: cp target/${{ matrix.target }}/release-lto/${{ matrix.bin }} ${{ matrix.bin }}
41+
- run: |
4342
if [[ "${{ matrix.os }}" == "windows-latest" ]]
4443
then
4544
7z a ${{ matrix.target}}.${{ matrix.suffix }} ${{ matrix.bin }}

0 commit comments

Comments
 (0)