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