File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 67
67
needs : build
68
68
runs-on : ubuntu-latest
69
69
70
+ env :
71
+ INSTALLER_VARS : " project.outputDirectory=$PWD project.version=${GITHUB_REF} workspace=$PWD realname=Arduino_Create_Bridge"
72
+ CERT_INSTALL : " ask_certificates_install=CI" # win(edge),mac(safari)
73
+ NO_CERT_INSTALL : " ask_certificates_install=CS" # linux
74
+ CHOICE_CERT_INSTALL : " ask_certificates_install=CC" # win,mac:(ff,chrome)
75
+
70
76
container :
71
77
image : floydpink/ubuntu-install-builder:latest
72
78
91
97
run : echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
92
98
93
99
- name : Launch Bitrock installbuilder-20
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 }
100
+ run : /opt/installbuilder-20.3.0/bin/builder build installer.xml linux --verbose --license /tmp/license.xml --setvars ${{ env.INSTALLER_VARS }} ${{ env.NO_CERT_INSTALL } }
95
101
96
102
- name : Upload artifacts
97
103
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments