File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ${{ matrix.runner }}
1818 container :
19- image : rockylinux/rockylinux:9.5
19+ image : rockylinux/rockylinux:${{ matrix.version }}
2020 options : --platform ${{ matrix.platform }}
2121 strategy :
2222 matrix :
7171 - name : install xengine library
7272 run : |
7373 latest_tag=$(curl -s https://api.github.com/repos/libxengine/libxengine/releases/latest | jq -r .tag_name)
74- wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_9_ ${{ matrix.artifact }}.zip
75- unzip ./XEngine_RockyLinux_9_ ${{ matrix.artifact }}.zip -d ./XEngine_RockyLinux_9_ ${{ matrix.artifact }}
76- cd XEngine_RockyLinux_9_ ${{ matrix.artifact }}
74+ wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_RockyLinux_${{ matrix.version }}_ ${{ matrix.artifact }}.zip
75+ unzip ./XEngine_RockyLinux_ ${{ matrix.version }}_${{ matrix. artifact }}.zip -d ./XEngine_RockyLinux_${{ matrix.version }}_ ${{ matrix.artifact }}
76+ cd XEngine_RockyLinux_${{ matrix.version }}_ ${{ matrix.artifact }}
7777
7878 chmod 777 *
7979 ./XEngine_LINEnv.sh -i 3
9797 - name : Upload folder as artifact with RockyLinux
9898 uses : actions/upload-artifact@v4
9999 with :
100- name : XEngine_AuthorizeService-RockyLinux_9_ ${{ matrix.artifact }}
100+ name : XEngine_AuthorizeService-RockyLinux_${{ matrix.version }}_ ${{ matrix.artifact }}
101101 path : XEngine_Release/
102102 retention-days : 1
You can’t perform that action at this time.
0 commit comments