Skip to content

Commit

Permalink
fix(workflow): Tryfix github workflow, pt11
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Feb 4, 2023
1 parent 87193d7 commit 798d10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-mingw64-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
run: |
mkdir Upspring
cp -pfr out/build/${PRESET}/src/* Upspring/
rm -rf Upspring/{CMakeFiles,swig,cmake_install.cmake,libUpspring.dll.a,upspringLUA_wrap.cxx}
env:
PRESET: ${{matrix.preset}}

Expand All @@ -82,7 +83,7 @@ jobs:
- name: 'Make archive'
if: startsWith(github.ref, 'refs/tags/')
run: |
zip -r Upspring-${PRESET}.zip Upspring/
cd Upspring/ && zip -r ../Upspring-${PRESET}.zip .
env:
PRESET: ${{matrix.preset}}

Expand Down

0 comments on commit 798d10a

Please sign in to comment.