Skip to content

Commit fe2a787

Browse files
committed
Windows runner backslash.
1 parent 52f55fa commit fe2a787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
run: dotnet pack -c Release -p:VersionPrefix=$VERSION -p:VersionSuffix="dev-$(date +%Y%m%d)-$(git rev-parse --short HEAD)" -o ${{ github.workspace }}/output
3838

3939
- name: Run Push
40-
run: dotnet nuget push ${{ github.workspace }}/output/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
40+
run: dotnet nuget push ${{ github.workspace }}\output\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
4141

0 commit comments

Comments
 (0)