Skip to content

Commit bffa793

Browse files
authored
Update wfnetcorev2.yaml
1 parent 74dcbbf commit bffa793

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Download Artifact
77-
uses: actions/download-artifact@v1
77+
uses: actions/download-artifact@v3
7878
with:
7979
name: nupkg
80-
80+
- name: Display structure of downloaded files
81+
run: ls -R
8182
- name: Publish the package to GitHub
8283
run: dotnet nuget push ./nupkg/*.nupkg
8384
deploy:

0 commit comments

Comments
 (0)