We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9f379 commit d48756aCopy full SHA for d48756a
.github/workflows/release.yml
@@ -87,8 +87,11 @@ jobs:
87
- name: ls test
88
run: ls -lah
89
90
+ - name: Save license to file
91
+ run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
92
+
93
- name: Launch Bitrock installbuilder-20
- 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}
95
96
- name: Upload artifacts
97
uses: actions/upload-artifact@v2
0 commit comments