File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8888 RELEASE_KEY_SECRET : ${{ secrets.RELEASE_KEY_SECRET }}
8989
9090 steps :
91- - uses : actions/setup-dotnet@v3
91+ - uses : actions/setup-dotnet@v4
9292 with :
9393 dotnet-quality : ga
9494 dotnet-version : 3.1
9797
9898 - if : ${{ env.RELEASE_KEY_SECRET != '' }}
9999 run : |
100+ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
101+ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
100102 curl -L -o /opt/secure-file.zip https://github.com/appveyor/secure-file/releases/download/1.0.1/secure-file.zip
101103 unzip /opt/secure-file.zip -d /opt/secure-file
102- dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
104+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
103105
104106 - run : node build/make-nojquery
105107 - run : node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"
You can’t perform that action at this time.
0 commit comments