Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smokingplaya authored Sep 23, 2024
1 parent d94afaf commit 41158fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
- name: Rename executable for Windows
if: matrix.os == 'windows-latest'
run: |
$sourcePath = Join-Path -Path "target\release" -ChildPath $env:EXE_NAME
$destinationPath = Join-Path -Path "target\release" -ChildPath $env:OUTPUT_NAME
Rename-Item -Path $sourcePath -NewName $destinationPath
Rename-Item -Path "target\release\$($env:EXE_NAME)" -NewName $($env:OUTPUT_NAME)
shell: pwsh

- name: Create Release
Expand Down

0 comments on commit 41158fa

Please sign in to comment.