Skip to content

Commit

Permalink
Fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Feb 19, 2024
1 parent 9dd302a commit a9da46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd build
mkdir package
if [[ "${{ runner.os }}" == 'Windows' ]]; then
cp ${{ matrix.config }}/zdray.exe package
cp Release/zdray.exe package
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
cp zdray package
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
Expand Down

0 comments on commit a9da46d

Please sign in to comment.