Skip to content

Commit

Permalink
internal: de-duplicate artifact names in pr-windows.yml (skyrim-multi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Apr 28, 2024
1 parent 48cded2 commit 0eb6685
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }}
with:
name: cmake-profiling-output
name: cmake-profiling-output (${{ matrix.DESCRIPTION }})
path: cmake-profiling-output

- name: Build
Expand All @@ -189,13 +189,13 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }}
with:
name: skymp5-client-js
name: skymp5-client-js (${{ matrix.DESCRIPTION }})
path: ${{github.workspace}}/build/dist/client/Data/Platform/Plugins/skymp5-client.js

- uses: actions/upload-artifact@v4
if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }}
with:
name: coverage
name: coverage (${{ matrix.DESCRIPTION }})
path: ${{github.workspace}}/build/__coverage

- uses: actions/upload-artifact@v4
Expand All @@ -208,7 +208,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }}
with:
name: papyrus-vm-nexus
name: papyrus-vm-nexus (${{ matrix.DESCRIPTION }})
# Data folder is skipped for mod managers
path: ${{github.workspace}}/build/nexus/papyrus-vm/*

Expand All @@ -219,7 +219,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ !matrix.ONLY_PUSH || github.event_name == 'push' }}
with:
name: msbuild_files
name: msbuild_files (${{ matrix.DESCRIPTION }})
path: |
${{github.workspace}}/build/**/*.sln
${{github.workspace}}/build/**/*.vcxproj

0 comments on commit 0eb6685

Please sign in to comment.