mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-21 16:12:01 +00:00
Fixed publishing path
This commit is contained in:
parent
e31414b0bf
commit
18965515de
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Create ZIP
|
||||
shell: pwsh
|
||||
run: |
|
||||
$publish = "bin/Release/net10.0/win-x64/publish"
|
||||
$publish = "splitter-cli/bin/Release/net10.0/win-x64/publish"
|
||||
$version = ${{ steps.version.outputs.version-without-v }}
|
||||
$zip = "splitter-win-x64-$version-${{ github.run_number }}.zip"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user