mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Fix: Cat file before removing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f1b606d816
commit
09696c9141
2 changed files with 6 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
15304abfac81fda4eadf91ceed8028b7c510803c2bf9b8e4237679d29e0678ff golang.sh
|
||||
4001336d78a40580ce012220a6363b62023437473f8df97549836946022f226d golang.sh
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue