We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8b5a commit 2058c00Copy full SHA for 2058c00
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
run: echo version=$((Get-Content ./cmd/Cargo.toml | Select-String '^version').ToString().Split('"')[1]) >> $GITHUB_ENV
91
- name: Naming (windows)
92
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
+ run: Rename-Item -Path target/${{ matrix.target }}/release/basjoofan.exe -NewName basjoofan-${{ env.version }}-${{ matrix.target }}.exe
94
- name: Upload Artifacts
95
uses: actions/upload-artifact@v4
96
with:
0 commit comments