We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ac7f commit b85f9b3Copy full SHA for b85f9b3
.github/workflows/RockyArm64_build.yml
@@ -68,13 +68,13 @@ jobs:
68
cd ..
69
70
cd XEngine_Release
71
- ./XEngine_ProxyServiceApp -t
+ ./XEngine_StreamMediaApp -t
72
chown -R $(id -u):$(id -g) .
73
chmod -R a+r . '
74
75
- name: Upload folder as artifact with RockyLinux
76
uses: actions/upload-artifact@v4
77
with:
78
- name: XEngine_ProxyServiceApp-RockyLinux_9_Arm64
+ name: XEngine_StreamMediaApp-RockyLinux_9_Arm64
79
path: XEngine_Release/
80
retention-days: 1
0 commit comments