We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f833d commit 4ccc9d0Copy full SHA for 4ccc9d0
1 file changed
.github/workflows/publish.yml
@@ -12,14 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Download artifacts
18
uses: actions/download-artifact@v4.1.7
19
id: download
20
with:
21
name: 'packages'
22
- path: './packages'
+ path: './packages/release'
23
24
- name: Publish packages
25
uses: './.github/actions/dotnet/nuget'
0 commit comments