ci: Remove unneeded folder from Win release archive (fix #1592)

This commit is contained in:
Mike Welsh 2020-11-19 11:54:02 -08:00
parent bed38e7762
commit 99112c7032
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ jobs:
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
run: | run: |
cp target/release/ruffle_desktop.exe release/ruffle.exe cp target/release/ruffle_desktop.exe release/ruffle.exe
7z a release.zip release/* 7z a release.zip ./release/*
- name: Package linux/mac - name: Package linux/mac
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest' if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'