Skip to content

Commit 2058c00

Browse files
committed
fix windows naming
1 parent 92c8b5a commit 2058c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: echo version=$((Get-Content ./cmd/Cargo.toml | Select-String '^version').ToString().Split('"')[1]) >> $GITHUB_ENV
9191
- name: Naming (windows)
9292
if: contains(matrix.target, 'windows')
93-
run: Rename-Item -Path target/${{ matrix.target }}/release/basjoofan.exe -NewName target/${{ matrix.target }}/release/basjoofan-${{ env.version }}-${{ matrix.target }}.exe
93+
run: Rename-Item -Path target/${{ matrix.target }}/release/basjoofan.exe -NewName basjoofan-${{ env.version }}-${{ matrix.target }}.exe
9494
- name: Upload Artifacts
9595
uses: actions/upload-artifact@v4
9696
with:

0 commit comments

Comments
 (0)