From 2f7b7dc7766ee7d398462a12d44e1536d45dc053 Mon Sep 17 00:00:00 2001 From: Matthew Lyons Date: Fri, 29 Apr 2022 08:22:24 -0700 Subject: [PATCH] Add steam param to artifact name --- .github/workflows/build-ubuntu.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 17cb3df3..0a2b6283 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -31,5 +31,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: modshot_build_ubuntu_${{ github.sha }}_rb-${{ matrix.ruby_ver }} + name: modshot_build_ubuntu_rb-${{ matrix.ruby_ver }}_steam-${{ matrix.steam }} path: ${{ runner.temp }}/built_artifact diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index f6e65ae0..9d894d11 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -46,5 +46,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: modshot_build_windows_${{ github.sha }}_rb-${{ matrix.ruby_ver }}-${{ matrix.sys }} + name: modshot_build_windows_rb-${{ matrix.ruby_ver }}-${{ matrix.sys }}_steam-${{ matrix.steam }} path: ${{ runner.temp }}\built_artifact \ No newline at end of file