Skip to content

Commit d7425b4

Browse files
committed
rename path
1 parent d5ff6fe commit d7425b4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
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

0 commit comments

Comments
 (0)