Skip to content

Commit

Permalink
Add steam param to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyons committed Apr 29, 2022
1 parent f511cf9 commit 2f7b7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f7b7dc

Please sign in to comment.