File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,20 @@ jobs:
82
82
uses : actions/download-artifact@v2
83
83
with :
84
84
name : arduino-create-agent-ubuntu-latest
85
- path : arduino-create-agent
85
+ path : artifacts/linux-386/
86
86
87
87
- name : ls test
88
88
run : ls -lah
89
89
90
90
- name : Launch Bitrock installbuilder-20
91
- run : /opt/installbuilder-20.3.0/bin/builder build installer.xml linux --verbose --setvars project.outputDirectory=$PWD project.version=${buildrevision} workspace=$PWD realname=${REALNAME}
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}
92
92
93
+ - name : Upload artifacts
94
+ uses : actions/upload-artifact@v2
95
+ with :
96
+ name : ArduinoCreateAgent
97
+ path : ArduinoCreateAgent*
98
+ if-no-files-found : error
93
99
94
100
# - name: Send unit tests coverage to Codecov
95
101
# if: >
You can’t perform that action at this time.
0 commit comments