File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 submodules : ' recursive'
2020
2121 - name : " Setup Library SDKs & Components"
22- uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/setup-sdks-components@main
22+ uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/setup-sdks-components@net8_fix
2323
2424 - name : Build
2525 run : dotnet build -c Release ./src
2626
2727 - name : " Upload Packages"
28- uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/upload-packages@main
28+ uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/upload-packages@net8_fix
2929 with :
3030 nuget-key : ${{ secrets.NUGET_KEY }}
3131 is-release : ${{ startsWith(github.ref, 'refs/tags/') }}
Original file line number Diff line number Diff line change 2121 submodules : ' recursive'
2222
2323 - name : " Setup Library SDKs & Components"
24- uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/setup-sdks-components@main
24+ uses : X-Hax/SA3D.ProjectConfigurations/.github/actions/setup-sdks-components@net8_fix
2525
2626 - name : Build
2727 run : dotnet build -c Release ./src
You can’t perform that action at this time.
0 commit comments