upload MSYS artifact

This commit is contained in:
Roman Fomin 2024-06-08 18:48:41 +07:00
parent caea42167f
commit d22ed9b2ed

View File

@ -109,6 +109,13 @@ jobs:
cd build cd build
cpack cpack
- name: Upload Artifacts
if: runner.os == 'Windows'
uses: actions/upload-artifact@v4
with:
name: MSYS2-UCRT64
path: build/*.zip
linter: linter:
name: ${{ matrix.name }} name: ${{ matrix.name }}
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04