File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8686
8787 env :
8888 RELEASE_KEY_SECRET : ${{ secrets.RELEASE_KEY_SECRET }}
89+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT : 1
8990
9091 steps :
9192 - uses : actions/setup-dotnet@v4
@@ -101,7 +102,7 @@ jobs:
101102 sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
102103 curl -L -o /opt/secure-file.zip https://github.com/appveyor/secure-file/releases/download/1.0.1/secure-file.zip
103104 unzip /opt/secure-file.zip -d /opt/secure-file
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 }}
105+ dotnet /opt/secure-file/secure-file.dll -decrypt net/DevExtreme.AspNet.Data/release.snk.enc -secret ${{ env.RELEASE_KEY_SECRET }}
105106
106107 - run : node build/make-nojquery
107108 - run : node build/replace-meta "${{ github.run_number }}" "${{ github.ref }}" "${{ github.repository }}"
You can’t perform that action at this time.
0 commit comments