Also restructure meson.build and the ghactions workflow a bit, and enable -ffunction-sections and -fdata-sections. Note that starcatcher uploads have not been tested and most likely don't work.
5 lines
268 B
Bash
Executable File
5 lines
268 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cp "$ASSET_PATH" "$PUBLISH_FILENAME"
|
|
LFTP_PASSWORD=$PUBLISH_PASSWORD lftp -c "open --user '$PUBLISH_USERNAME' --env-password -e 'set ftp:ssl-protect-data true; set ssl:verify-certificate false; put \"$PUBLISH_FILENAME\";' ftp://$PUBLISH_HOSTPORT"
|