Skip to content

Commit 101e45e

Browse files
Fix artifact paths and update job dependencies
1 parent 97e59d0 commit 101e45e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jobs:
139139
steps:
140140
- uses: actions/download-artifact@v4
141141
with:
142-
name: sign-nuget
143-
path: ./artifacts
142+
name: sign_nuget
143+
path: ./artifacts/pkg
144144
- uses: actions/setup-dotnet@v4
145145
with:
146146
dotnet-version: '8.0.x'
@@ -151,12 +151,12 @@ jobs:
151151
publish-nightlies-github:
152152
runs-on: ubuntu-latest
153153
if: false
154-
needs: [ windows-x64, linux-x64, macos-arm64, sign-nuget-preview, sign-nuget-release ]
154+
needs: [ sign-nuget ]
155155
steps:
156156
- uses: actions/download-artifact@v4
157157
with:
158-
name: sign-nuget
159-
path: ./artifacts
158+
name: sign_nuget
159+
path: ./artifacts/pkg
160160
- uses: actions/setup-dotnet@v4
161161
with:
162162
dotnet-version: '8.0.x'

0 commit comments

Comments
 (0)