Skip to content

Commit 7a5ac70

Browse files
committed
build: fixing an issue with the publishing of the build not working due to missing assets files
1 parent 7b414a2 commit 7a5ac70

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,14 @@ jobs:
143143
with:
144144
dotnet-version: '8.0.x'
145145

146+
- name: Restore
147+
run: dotnet restore
148+
146149
- name: Download build artifacts
147150
uses: actions/download-artifact@v4
148151
with:
149152
name: build-output
153+
150154
- name: Package
151155
run: dotnet pack --no-build --configuration Release --output ./Packages -p:PackageVersion=${{ needs.build.outputs.semver }}
152156
- name: Push

0 commit comments

Comments
 (0)