More fixes to artifact generation

This commit is contained in:
Jammyjamjamman 2021-06-20 16:22:43 +01:00
parent 3bf6bffa7d
commit ecbddb4137
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [x64]
os: [ubuntu-18.04, ubuntu-latest]
compiler: [gcc, clang]
runs-on: ${{ matrix.os }}
@ -44,7 +45,7 @@ jobs:
if: ${{ matrix.compiler == 'gcc' }}
uses: actions/upload-artifact@v2
with:
name: megaglest-x64-snapshot
name: megaglest-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.compiler }}
path: |
mk/linux/megaglest
mk/linux/megaglest_editor
@ -130,7 +131,7 @@ jobs:
- name: Create Mega Glest Snapshot
uses: actions/upload-artifact@v2
with:
name: megaglest-x64-snapshot
name: megaglest-x64-windows
path: |
mk/windoze/*.exe
mk/windoze/*.ini