Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Apr 7, 2024
1 parent 1549eb9 commit ce08327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Compress files
shell: powershell
run: Compress-Archive -Path aw-watcher-media-player.exe, ../../visualization -DestinationPath aw-watcher-media-player-windows.zip
run: Compress-Archive -Path aw-watcher-media-player.exe, ..\..\..\visualization -DestinationPath aw-watcher-media-player-windows.zip
working-directory: target/${{ env.TARGET }}/release

- name: Upload binary to release
Expand Down

0 comments on commit ce08327

Please sign in to comment.