Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 24, 2024
1 parent 5747637 commit cb4c0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
#- { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
#- { sys: clang64, env: clang-x86_64, make_env: CC=clang CXX=clang++ LD=lld EXTRA_CFLAGS=-w CXXFLAGS=-w }
- { sys: clang64, env: clang-x86_64, make_env: CC=clang CXX=clang++ LD=lld EXTRA_CFLAGS=-w CXXFLAGS=-w }
steps:
- name: Install MSYS2 for Windows
uses: msys2/setup-msys2@v2
Expand All @@ -29,6 +29,7 @@ jobs:
mingw-w64-${{matrix.env}}-ffmpeg
mingw-w64-${{matrix.env}}-boost
mingw-w64-${{matrix.env}}-libarchive
mingw-w64-7zip
- name: AM+ - Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,10 +66,9 @@ jobs:
cp "$dll" "${GITHUB_WORKSPACE}"/artifacts/
done
done
find "${GITHUB_WORKSPACE}"/am/obj/sfml/install/lib/ -name "*.dll" -o -name "*.so" -o -name "*.dylib" -exec cp -v {} "${GITHUB_WORKSPACE}"/artifacts/ \;
cp am/attract* "${GITHUB_WORKSPACE}"/artifacts/
cp -R am/config/* "${GITHUB_WORKSPACE}"/artifacts/
7z a "attract-${{matrix.platform.name}}-${{matrix.config.name}}.7z" ./artifacts/*
7z a "attract-${{matrix.sys}}.7z" ./artifacts/*
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cb4c0b2

Please sign in to comment.