diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml index 6546778..fbc8fd6 100644 --- a/.github/workflows/release-native.yml +++ b/.github/workflows/release-native.yml @@ -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 \ No newline at end of file