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