Skip to content

Commit d48756a

Browse files
committed
test on license
1 parent 5f9f379 commit d48756a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ jobs:
8787
- name: ls test
8888
run: ls -lah
8989

90+
- name: Save license to file
91+
run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
92+
9093
- 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}
9295

9396
- name: Upload artifacts
9497
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)