Fix package path

This commit is contained in:
Magnus Norddahl 2024-02-19 14:43:05 +01:00
parent 9dd302aec1
commit a9da46d00d
1 changed files with 1 additions and 1 deletions

View File

@ -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