put cmd on one line

This commit is contained in:
andy5995 2022-09-23 00:15:10 -05:00
parent 8855b7793c
commit 022574e4db
No known key found for this signature in database
GPG Key ID: 228A72B49E81CB9D

View File

@ -1,7 +1,4 @@
#!/bin/bash
set -e
su user0ad --command "/home/user0ad/binaries/system/pyrogenesis -mod=$INPUT_NAME
-archivebuild=$PWD
-archivebuild-output=/github/workflow/${INPUT_NAME}-${INPUT_VERSION}.pyromod
-archivebuild-compress"
su user0ad --command "/home/user0ad/binaries/system/pyrogenesis -mod=$INPUT_NAME -archivebuild=$PWD -archivebuild-output=/github/workflow/${INPUT_NAME}-${INPUT_VERSION}.pyromod -archivebuild-compress"