mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22: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
|
- name: Create ZIP
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
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 }}
|
$version = ${{ steps.version.outputs.version-without-v }}
|
||||||
$zip = "splitter-win-x64-$version-${{ github.run_number }}.zip"
|
$zip = "splitter-win-x64-$version-${{ github.run_number }}.zip"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user