From 4e94cb9aadb7637de51e60f7070741f793c87424 Mon Sep 17 00:00:00 2001 From: LouisLam Date: Mon, 11 Oct 2021 00:51:18 +0800 Subject: [PATCH] fix upload dist path --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 38d585ca..97655748 100644 --- a/dockerfile +++ b/dockerfile @@ -47,5 +47,5 @@ RUN chmod +x /app/extra/upload-github-release-asset.sh # Dist only RUN cd /app && tar -zcvf $DIST dist -RUN /app/extra/upload-github-release-asset.sh github_api_token=$GITHUB_TOKEN owner=louislam repo=uptime-kuma tag=$VERSION filename=$DIST +RUN /app/extra/upload-github-release-asset.sh github_api_token=$GITHUB_TOKEN owner=louislam repo=uptime-kuma tag=$VERSION filename=/app/$DIST