File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 if : runner.os == 'Windows'
5555 shell : cmd
5656 run : |
57- mkdir release
58- xcopy /E /Y build\Release\* release\
57+ mkdir release\windows
58+ xcopy /E /Y build\Release\* release\windows\
5959
6060 - name : Package (macOS)
6161 if : runner.os == 'macOS'
@@ -74,15 +74,14 @@ jobs:
7474 if : runner.os == 'Windows'
7575 shell : powershell
7676 run : |
77- Compress-Archive -Path release\* -DestinationPath FrameExtractor-windows-${{ matrix.arch }}.zip
77+ Compress-Archive -Path release\windows -DestinationPath release\ FrameExtractor-windows-${{ matrix.arch }}.zip
7878
7979 - name : Upload Artifact
8080 uses : actions/upload-artifact@v4
8181 with :
8282 name : FrameExtractor-${{ matrix.os }}-${{ matrix.arch }}
8383 path : |
8484 release/*
85- FrameExtractor-windows-${{ matrix.arch }}.zip
8685
8786 appimage :
8887 name : Build AppImage
You can’t perform that action at this time.
0 commit comments