Skip to content

Commit 48f9f0a

Browse files
author
Christian Feldmann
committed
Variable fix in deploy stage
1 parent af80bc6 commit 48f9f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: runner.os == 'macOS'
110110
run: |
111111
macdeployqt build/YUViewApp/YUView.app -always-overwrite -verbose=2
112-
cp ${{matrix.LIBDE265_LOCAL}} build/YUViewApp/YUView.app/Contents/MacOS/.
112+
cp libde265-internals.dylib build/YUViewApp/YUView.app/Contents/MacOS/.
113113
cd build/YUViewApp
114114
# Zip
115115
zip -r ${{steps.artifacts.outputs.output}} YUView.app/

0 commit comments

Comments
 (0)