Skip to content

Commit

Permalink
Changed workflow upload artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kouba committed May 13, 2024
1 parent 098b2b6 commit bcd235d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: MTPCmd-package-${{ env:TargetFramework }}
name: MTPCmd-package-${{ matrix.targetframework }}
path: ${{ env.Project_Directory }}\bin\Publish\
env:
TargetFramework: ${{ matrix.targetframework }}

0 comments on commit bcd235d

Please sign in to comment.