Skip to content

Commit

Permalink
Add new matrix name to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent 5c9d7a3 commit 7e568db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,16 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.profile.name }} NuGet Package
name: ${{ matrix.os.name }} ${{ matrix.profile.name }} NuGet Package
path: OTAPI.Patcher/bin/Debug/net9.0/${{ matrix.profile.package_path }}

- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.profile.name }} Binaries
name: $${{ matrix.os.name }} {{ matrix.profile.name }} Binaries
path: |
OTAPI.Patcher/bin/Debug/net9.0/artifact-*/*
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.profile.name }} Wiki MD files
name: ${{ matrix.os.name }} ${{ matrix.profile.name }} Wiki MD files
path: OTAPI.Patcher/bin/Debug/net9.0/*.mfw.md

0 comments on commit 7e568db

Please sign in to comment.