Skip to content

Commit

Permalink
Yuck
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 4a9cadd commit dce6d30
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 @@ -346,15 +346,15 @@ jobs:
# Download SDK package
- name: download-sdk-package
uses: actions/download-artifact@v4
id: download-nugetpackages
id: download-sdk-package
with:
name: sdk-package
path: ~/nuget-packages

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

0 comments on commit dce6d30

Please sign in to comment.