We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9c0ca commit fa27a7fCopy full SHA for fa27a7f
1 file changed
.github/workflows/release.yml
@@ -55,7 +55,11 @@ jobs:
55
shell: cmd
56
run: |
57
mkdir release
58
- copy build\Release\FrameExtractor.exe release\FrameExtractor-windows-${{ matrix.arch }}.exe
+ copy build\Release\FrameExtractor.exe release\FrameExtractor-windows-${{ matrix.arch }}.exe\
59
+ xcopy /E /Y build\Release\platforms release\platforms\
60
+ xcopy /E /Y build\Release\imageformats release\imageformats\
61
+ xcopy /E /Y build\Release\translations release\translations\
62
+ xcopy /E /Y build\Release\*.dll release\
63
64
- name: Package (macOS)
65
if: runner.os == 'macOS'
0 commit comments