File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,22 +113,22 @@ jobs:
113
113
sudo mkdir -p /var/1C/licenses
114
114
115
115
# Запись лицензии в файл
116
- echo "${{ secrets.ONEC_LICENCE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null
116
+ echo "${{ secrets.ONEC_LICENSE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null
117
117
118
118
# Назначение прав
119
119
sudo chmod 777 -R /var/1C/licenses
120
120
shell : bash
121
121
env :
122
- ONEC_LICENCE : ${{ secrets.ONEC_LICENCE }}
122
+ ONEC_LICENSE : ${{ secrets.ONEC_LICENSE }}
123
123
124
124
- name : Установка лицензии (Windows)
125
125
if : startsWith(matrix.os, 'windows')
126
126
run : |
127
127
mkdir "C:\ProgramData\1C\licenses" -Force
128
- echo $Env:ONEC_LICENCE | Out-File -FilePath "C:\ProgramData\1C\licenses\licence.lic" -Encoding ascii
128
+ echo $Env:ONEC_LICENSE | Out-File -FilePath "C:\ProgramData\1C\licenses\licence.lic" -Encoding ascii
129
129
shell : pwsh
130
130
env :
131
- ONEC_LICENCE : ${{ secrets.ONEC_LICENCE }}
131
+ ONEC_LICENSE : ${{ secrets.ONEC_LICENSE }}
132
132
133
133
- name : Установка gitsync локально
134
134
run : opm run install-gitsync
You can’t perform that action at this time.
0 commit comments