File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 43
43
AR : " ${{ matrix.CHOST }}-ar"
44
44
CXX : " ${{ matrix.CHOST }}-g++"
45
45
opt_dir_name : " opt/swizzin_apps"
46
+ prerelease : false
46
47
47
48
steps :
48
49
- uses : actions/checkout@v2.3.4
62
63
- name : Host - Create Docker template env file
63
64
run : |
64
65
echo "PATH=/${{ env.opt_dir_name }}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" > env.custom
65
- echo "LD_LIBRARY_PATH=/${{ env.opt_dir_name }}/lib:/usr/lib:/usr/local/lib" >> env.custom
66
+ echo "LD_LIBRARY_PATH=/${{ env.opt_dir_name }}/lib:/usr/lib/${{ env.CHOST }}:/usr/lib :/usr/local/lib" >> env.custom
66
67
67
68
- name : Host - Create docker multiarch ${{ matrix.arch }} container
68
69
run : docker run --name multiarch -it -d --env-file env.custom -w /root -e 'LANG=en_US.UTF-8' -e 'DEBIAN_FRONTEND=noninteractive' -e CHOST=${{ env.CHOST }} -e CC=${{ env.CC }} -e AR=${{ env.AR }} -e CXX=${{ env.CXX }} -v ${{ github.workspace }}:/root ${{ matrix.os_id }}:${{ matrix.os_version_id }}
@@ -192,7 +193,7 @@ jobs:
192
193
- name : Host - "Create release - tag - assets"
193
194
uses : ncipollo/release-action@v1
194
195
with :
195
- prerelease : false
196
+ prerelease : ${{ env.prerelease }}
196
197
artifacts : " ${{ matrix.os_id }}-${{ matrix.os_version_id }}-${{ matrix.name }}-${{ matrix.arch }}.deb"
197
198
replacesArtifacts : true
198
199
tag : " ${{ env.cmake_version }}_${{ env.ninja_version }}"
You can’t perform that action at this time.
0 commit comments