ci: Fixed typo in shell commands for Windows and Mac builds

This commit is contained in:
2025-09-14 17:40:20 -06:00
parent 47d5159fd3
commit cfc296dd75
6 changed files with 7 additions and 39 deletions
+2 -2
View File
@@ -300,13 +300,12 @@ jobs:
id: package
env:
target: ${{ matrix.target }}
version: ${{ env.RELEASE_VERSION }}
run: |
set -euxo pipefail
bin=${GITHUB_REPOSITORY##*/}
dist_dir=`pwd`/dist
name=$bin-$version-$target
name=$bin-$target
executable=target/$target/release/$bin
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -348,6 +347,7 @@ jobs:
prerelease: false
- name: Add artifacts
shell: bash
run: |
[[ -d artifacts ]] || mkdir -p artifacts
cp ${{ steps.package.outputs.archive }} artifacts/