File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : unzip llvm
2929 uses : developerdino/action-tar@v1
3030 with :
31- args : tar -xvf clang.tar.xz ./clang
32- - name :
31+ args : tar -xvf clang.tar.xz
3332 - name : download zig
3433 uses : wei/wget@v1
3534 with :
5453 name : packages
5554 path : packages
5655
57- publish-to-nuget :
56+ publish-to-nuget :
5857 needs : build
5958 runs-on : ubuntu-latest
6059 if : github.event_name == 'push'
6564 path : packages
6665 - name : Push to NuGet
6766 run : |
68- dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
67+ dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 1+ {
2+ "msbuild-sdks" : {
3+ "Microsoft.Build.NoTargets" : " 2.0.1"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments