Skip to content

Commit

Permalink
Make step names unique
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Mezach <[email protected]>
  • Loading branch information
jmezach committed Feb 29, 2024
1 parent b00d2cc commit ba86913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,15 +344,15 @@ jobs:
dotnet-version: '6.0.x'

# Download SDK package
- name: download-artifact
- name: download-sdk-package
uses: actions/download-artifact@v4
id: download-nugetpackages
with:
name: sdk-package
path: ~/nuget-packages

# Download Templates package
- name: download-artifact
- name: download-template-package
uses: actions/download-artifact@v4
id: download-nugetpackages
with:
Expand Down

0 comments on commit ba86913

Please sign in to comment.