File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 strategy :
1010 matrix :
11- dotnet-version : [8.0.x , 10.0.x ]
11+ dotnet-version : [8.0, 10.0]
1212 steps :
1313 - name : Checkout repository
1414 uses : actions/checkout@v4
2626
2727 - name : Publish ACMEServer.ADCS
2828 run : |
29- dotnet publish src/ACMEServer.ADCS/ACMEServer.ADCS.csproj --configuration Release --framework net${{ matrix.dotnet-version%%.* }}.0 --output "artifacts/${{ matrix.dotnet-version }}/ACMEServer.ADCS"
29+ dotnet publish src/ACMEServer.ADCS/ACMEServer.ADCS.csproj --configuration Release --framework net${{ matrix.dotnet-version }} --output "artifacts/${{ matrix.dotnet-version }}/ACMEServer.ADCS"
3030
3131 - name : Upload published artifacts
3232 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments