File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ${{ matrix.runner }}
1818 container :
19- image : debian:bookworm
19+ image : debian:${{ matrix.name }}
2020 options : --platform ${{ matrix.platform }}
2121 strategy :
2222 matrix :
2525 runner : ubuntu-24.04
2626 platform : linux/amd64
2727 artifact : x86-64
28+ name : bookworm
29+ version : 12
30+ - arch : amd64
31+ runner : ubuntu-24.04
32+ platform : linux/amd64
33+ artifact : x86-64
34+ name : trixie
35+ version : 13
2836
2937 steps :
3038 - name : Checkout main repository code
5563 - name : install xengine library
5664 run : |
5765 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
58- wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Debian_12_ ${{ matrix.artifact }}.zip
59- unzip ./XEngine_Debian_12_ ${{ matrix.artifact }}.zip -d ./XEngine_Debian_12_ ${{ matrix.artifact }}
60- cd XEngine_Debian_12_ ${{ matrix.artifact }}
66+ wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Debian_${{ matrix.version }}_ ${{ matrix.artifact }}.zip
67+ unzip ./XEngine_Debian_ ${{ matrix.version }}_${{ matrix. artifact }}.zip -d ./XEngine_Debian_${{ matrix.version }}_ ${{ matrix.artifact }}
68+ cd XEngine_Debian_${{ matrix.version }}_ ${{ matrix.artifact }}
6169
6270 chmod 777 *
6371 ./XEngine_LINEnv.sh -i 3
8088 - name : Upload folder as artifact
8189 uses : actions/upload-artifact@v4
8290 with :
83- name : XEngine_XStorageApp-Debian_12_x86 -64
91+ name : XEngine_XStorageApp-Debian_${{ matrix.version }}_x86 -64
8492 path : XEngine_Release/
8593 retention-days : 1
You can’t perform that action at this time.
0 commit comments