Skip to content

Commit 64626a1

Browse files
fix nuget package creation
1 parent 0ee9569 commit 64626a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/createnuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet restore FileSyncLibNet
3535
- name: Pack
3636

37-
run: dotnet pack --no-restore --configuration Release -p:Version=${{ steps.version.outputs.version }} -o nuget FileSyncLibNet
37+
run: dotnet pack --no-restore --configuration Release -p:Version=${{ steps.version.outputs.version }} -o nuget FileSyncLibNet/FileSyncLibNet.csproj
3838
- name: Push
3939
if: github.ref == 'refs/heads/main'
4040
run: dotnet nuget push nuget/*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols

FileSyncLibNet/FileSyncLibNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="SMBLibrary" Version="1.5.0.1" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<None Update="README.md">
20+
<None Update="..\README.md">
2121
<Pack>True</Pack>
2222
<PackagePath>\</PackagePath>
2323
</None>

0 commit comments

Comments
 (0)