Skip to content

Commit 908ce0f

Browse files
committed
ONE MORE TIME
1 parent f6edb3e commit 908ce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
version=$(grep '^version =' Cargo.toml | head -n1 | cut -d '"' -f2)
6868
mkdir -p dist
6969
cp target/release/RustClear${{ matrix.ext }} \
70-
"dist/RustClear-v${{ steps.get_version.outputs.version }}${{ matrix.ext }}-${{ matrix.os }}"
70+
"dist/RustClear-v${{ steps.get_version.outputs.version }}-${{ matrix.os }}${{ matrix.ext }}"
7171
7272
- name: Upload build artifact
7373
if: ${{ inputs.upload_artifacts }}

0 commit comments

Comments
 (0)