Skip to content

Commit

Permalink
Attempt to fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Mezach <[email protected]>
  • Loading branch information
jmezach committed Dec 18, 2023
1 parent 7499961 commit 48dfe04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: upload SDK
uses: actions/upload-artifact@v4
with:
name: nuget-packages
name: sdk-package
path: ./src/MSBuild.Sdk.SqlProj/bin/Release/

# Package TestProject
Expand All @@ -85,7 +85,7 @@ jobs:
- name: upload TestProject
uses: actions/upload-artifact@v4
with:
name: nuget-packages
name: test-package
path: ./test/TestProject/bin/Release/

# Replace tokens
Expand All @@ -102,7 +102,7 @@ jobs:
- name: upload templates
uses: actions/upload-artifact@v4
with:
name: nuget-packages
name: template-package
path: ./src/MSBuild.Sdk.SqlProj.Templates/bin/Release/

# Run tests in parallel
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: download-artifact
uses: actions/download-artifact@v4
with:
name: nuget-packages
name: sdk-packages
path: test/TestProjectWithSDKRef/nuget-packages

# Restore packages
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- name: download-artifact
uses: actions/download-artifact@v4
with:
name: nuget-packages
name: test-package
path: test/TestProjectWithSDKRef/nuget-packages

# Setup .NET SDK
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
uses: actions/download-artifact@v4
id: download-nugetpackages
with:
name: nuget-packages
name: test-package
path: ~/nuget-packages

- name: Display structure of downloaded files
Expand Down

0 comments on commit 48dfe04

Please sign in to comment.