Skip to content

Commit

Permalink
ci: Update binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Mar 17, 2024
1 parent 49b3dab commit f24120a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Rename soundcoremanager.exe
- name: Rename binary for windows
if: matrix.platform == 'windows-latest'
run: ren target\release\deps\soundcoremanager.exe SoundcoreManager-${{ matrix.platform }}-${{ env.SHORT_SHA }}.exe
run: ren target\release\deps\Soundcore Manager.exe SoundcoreManager-${{ matrix.platform }}-${{ env.SHORT_SHA }}.exe

- name: ⏫ Upload Build Artifact
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit f24120a

Please sign in to comment.