File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 87
87
- name : ls test
88
88
run : ls -lah
89
89
90
+ - name : Save license to file
91
+ run : echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
92
+
90
93
- name : Launch Bitrock installbuilder-20
91
- run : /opt/installbuilder-20.3.0/bin/builder build installer.xml linux --verbose --license "${{ secrets.INSTALLER_LICENSE }}" --setvars project.outputDirectory=$PWD project.version=${buildrevision} workspace=$PWD realname=${REALNAME}
94
+ run : /opt/installbuilder-20.3.0/bin/builder build installer.xml linux --verbose --license /tmp/license.xml --setvars project.outputDirectory=$PWD project.version=${buildrevision} workspace=$PWD realname=${REALNAME}
92
95
93
96
- name : Upload artifacts
94
97
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments