Pass sdist output to the upload command

This commit is contained in:
2024-07-25 12:35:28 +02:00
parent 1c4584abdd
commit 9b11300d23
3 changed files with 9 additions and 31 deletions

3
.gitea/deploy.awk Normal file
View File

@@ -0,0 +1,3 @@
END {
system("cabal upload --username belka --password "ENVIRON["HACKAGE_PASSWORD"]" "$0)
}