Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Aug 12, 2023
1 parent 7f023d2 commit 64ed075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
nuget-version: 'latest'

- name: Run nuget push
run: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
run: gci -Filter *.nupkg |%{ nuget push $_.FullName -Source https://api.nuget.org/v3/index.json}
shell: pwsh

0 comments on commit 64ed075

Please sign in to comment.