Skip to content

Commit

Permalink
Fix publish job
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 836ce00 commit 689c728
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,14 @@ jobs:
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.

# Download artifact
# Download SDK
- name: download-artifact
uses: actions/download-artifact@v4
with:
name: sdk-package
path: test/TestProjectWithSDKRef/nuget-packages

# Download test package
- name: download-artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 689c728

Please sign in to comment.