commented out line 113 executing upload-github-release-asset.sh

This commit is contained in:
Fennel Kora 2024-02-07 01:01:44 -05:00
parent c364dfdb39
commit f8640019b3

View file

@ -110,5 +110,5 @@ RUN chmod +x /app/extra/upload-github-release-asset.sh
# Dist only # Dist only
RUN cd /app && tar -zcvf $DIST dist 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=/app/$DIST #RUN /app/extra/upload-github-release-asset.sh github_api_token=$GITHUB_TOKEN owner=louislam repo=uptime-kuma tag=$VERSION filename=/app/$DIST