CI: Fix msys2 package name

This commit is contained in:
SirLynix 2024-02-03 22:52:08 +01:00
parent e3ad9be759
commit aca5a7a00d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ jobs:
- name: "Set PACKAGE_NAME variable"
if: ${{ (github.ref == 'refs/heads/main') && github.event_name == 'push' }}
run: echo "PACKAGE_NAME=${{ matrix.msystem }}_${{ matrix.arch }}_${{ matrix.kind }}_${{ matrix.mode }}.zip" >> $GITHUB_ENV
run: echo "PACKAGE_NAME=${{ matrix.msystem }}_${{ matrix.arch }}_${{ matrix.mode }}_${{ matrix.kind }}.zip" >> $GITHUB_ENV
shell: bash
- name: Archive result