1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-19 16:02:57 +00:00

Fix: Cat file before removing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-20 20:35:53 +01:00
parent f1b606d816
commit 09696c9141
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,2 @@
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
15304abfac81fda4eadf91ceed8028b7c510803c2bf9b8e4237679d29e0678ff golang.sh
4001336d78a40580ce012220a6363b62023437473f8df97549836946022f226d golang.sh

View File

@ -78,12 +78,14 @@ github-release release --user ${GHUSER} --repo ${REPO} --tag ${DEPLOYMENT_TAG} -
step Upload build assets
for file in ${REPO}_* SHA256SUMS; do
echo "- ${file}"
github-release upload --user ${GHUSER} --repo ${REPO} --tag ${DEPLOYMENT_TAG} --name ${file} --file ${file}
done
echo -e "\n\n=== Recorded checksums ==="
cat SHA256SUMS
step Cleanup build directory
cd -
rm -rf ${BUILD_DIR}
echo -e "\n\n=== Recorded checksums ==="
cat SHA256SUMS