From ecbddb4137066298fb8ddcb5cc7f91fabcc98b62 Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Sun, 20 Jun 2021 16:22:43 +0100 Subject: [PATCH] More fixes to artifact generation --- .github/workflows/cmake.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 23596608..5d6fc36c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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