fix: yaml syntax - remove heredoc

This commit is contained in:
2026-06-08 05:05:06 +00:00
parent 0141315b8e
commit f7e20c4696
+1 -8
View File
@@ -56,15 +56,8 @@ jobs:
pip install --break-system-packages internetarchive
# Try netrc auth
mkdir -p ~/.config
echo "machine archive.org login $IA_EMAIL password $IA_PASSWORD" >> ~/.netrc
printf 'machine archive.org\nlogin %s\npassword %s\n' "$IA_EMAIL" "$IA_PASSWORD" > ~/.netrc
chmod 600 ~/.netrc
# Also try old-style config
mkdir -p ~/.config/internetarchive
cat > ~/.config/internetarchive/ia.ini << EOF
[Cookies]
email = $IA_EMAIL
password = $IA_PASSWORD
EOF
ISO=$(ls out/*.iso | head -1)
ia upload antergos-next "$ISO" \
--metadata="title:Antergos NeXT Live ISO" \