graphql/.gitea/deploy.awk
Eugen Wissner 9b11300d23
All checks were successful
Build / audit (push) Successful in 16s
Build / test (push) Successful in 6m26s
Build / doc (push) Successful in 5m28s
Pass sdist output to the upload command
2024-07-25 12:35:28 +02:00

4 lines
96 B
Awk

END {
system("cabal upload --username belka --password "ENVIRON["HACKAGE_PASSWORD"]" "$0)
}