Skip to content

Commit 4d940c9

Browse files
authored
Merge pull request #15 from astar-development/features/fix-slash-mistake
Can't believe I did that
2 parents 1233f3d + cc3c55c commit 4d940c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# run: dotnet test --configuration Release --no-build
2929

3030
- name: 📦 Pack NuGet package
31-
run: dotnet pack .\src\${{ env.ProjectName }}\${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
31+
run: dotnet pack ./src/${{ env.ProjectName }}/${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
3232

3333
- name: 🚀 Publish to NuGet.org
3434
run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://int.nugettest.org/v3.index.json # https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)