Skip to content

Commit 984024d

Browse files
chore: try back slash
1 parent 8a37e1c commit 984024d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet pack -c Release -p:Version=${{ github.event.release.tag_name }} -o bin/release
3535

3636
- name: Push Packages
37-
run: dotnet nuget push 'bin/release/*.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
37+
run: dotnet nuget push 'bin\\release\\*.*' --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
3838

3939
- name: Update release
4040
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)