We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6edb3e commit 908ce0fCopy full SHA for 908ce0f
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
version=$(grep '^version =' Cargo.toml | head -n1 | cut -d '"' -f2)
68
mkdir -p dist
69
cp target/release/RustClear${{ matrix.ext }} \
70
- "dist/RustClear-v${{ steps.get_version.outputs.version }}${{ matrix.ext }}-${{ matrix.os }}"
+ "dist/RustClear-v${{ steps.get_version.outputs.version }}-${{ matrix.os }}${{ matrix.ext }}"
71
72
- name: Upload build artifact
73
if: ${{ inputs.upload_artifacts }}
0 commit comments