Another fix to artifact generation

This commit is contained in:
Jammyjamjamman 2021-06-20 18:00:21 +01:00
parent ecbddb4137
commit d18cbac6d4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: cp mk/shared/*.ini mk/linux/
- name: Create Mega Glest Snapshot
if: ${{ matrix.compiler == 'gcc' }}
if: ${{ matrix.compiler == 'gcc' && matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v2
with:
name: megaglest-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.compiler }}