mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
fix windows release
This commit is contained in:
parent
5e8773f366
commit
815ae3a088
3
.github/workflows/build-commit.yml
vendored
3
.github/workflows/build-commit.yml
vendored
@ -251,8 +251,7 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}\build\bin\Release\
|
7z a ${{github.workspace}}\build\bin\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ matrix.build }}.zip ${{github.workspace}}\\build\\bin\\Release\\turbopilot
|
||||||
7z a ${{github.workspace}}\build\bin\Release\turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ matrix.build }}.zip ./turbopilot
|
|
||||||
|
|
||||||
|
|
||||||
- name: Convert backslashes
|
- name: Convert backslashes
|
||||||
|
Loading…
Reference in New Issue
Block a user