mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 06:41:37 +00:00
Fix package path
This commit is contained in:
parent
9dd302aec1
commit
a9da46d00d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
mkdir package
|
mkdir package
|
||||||
if [[ "${{ runner.os }}" == 'Windows' ]]; then
|
if [[ "${{ runner.os }}" == 'Windows' ]]; then
|
||||||
cp ${{ matrix.config }}/zdray.exe package
|
cp Release/zdray.exe package
|
||||||
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
|
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
|
||||||
cp zdray package
|
cp zdray package
|
||||||
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
|
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
|
||||||
|
|
Loading…
Reference in a new issue