mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
add .exe
This commit is contained in:
parent
815ae3a088
commit
c7b4fcddba
4
.github/workflows/build-commit.yml
vendored
4
.github/workflows/build-commit.yml
vendored
@ -244,14 +244,14 @@ jobs:
|
|||||||
# Artifact name
|
# Artifact name
|
||||||
name: turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ steps.short-sha.outputs.sha }}-${{ matrix.build }} # optional, default is artifact
|
name: turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ steps.short-sha.outputs.sha }}-${{ matrix.build }} # optional, default is artifact
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: ${{github.workspace}}\\build\\bin\\Release\\turbopilot
|
path: ${{github.workspace}}\\build\\bin\\Release\\turbopilot.exe
|
||||||
# The desired behavior if no files are found using the provided path.
|
# The desired behavior if no files are found using the provided path.
|
||||||
|
|
||||||
- name: package artifacts for release
|
- name: package artifacts for release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
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 ${{github.workspace}}\\build\\bin\\Release\\turbopilot.exe
|
||||||
|
|
||||||
|
|
||||||
- name: Convert backslashes
|
- name: Convert backslashes
|
||||||
|
Loading…
Reference in New Issue
Block a user