Skip to content

Commit

Permalink
Use zip for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
violinyanev committed Jan 11, 2023
1 parent df02029 commit 01729bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
cmake --build . --target package --config $BUILD_TYPE
find . -name '*tar.gz' -exec bash -c 'mv $0 ramses-windows-x64.tar.gz' {} \;
find . -name '*zip' -exec bash -c 'mv $0 ramses-windows-x64.zip' {} \;
if: ${{ matrix.os == 'windows-2019' }}

- name: Publish release
uses: softprops/[email protected]
with:
fail_on_unmatched_files: true
files: |
${{runner.workspace}}/build/ramses-windows-x64.tar.gz
${{runner.workspace}}/build/ramses-windows-x64.zip
if: ${{ matrix.os == 'windows-2019' }}

- name: Publish release
Expand Down

0 comments on commit 01729bb

Please sign in to comment.