[upload artifacts] no idea why suddenly not working via env var, hardcode the VERSION instead

This commit is contained in:
Louis Lam 2021-10-18 20:43:17 +08:00
parent 5f36d2acda
commit f11417e854

View file

@ -34,7 +34,7 @@ RUN apt update && \
ARG GITHUB_TOKEN
ARG TARGETARCH
ARG PLATFORM=debian
ARG VERSION
ARG VERSION=1.9.0
ARG FILE=$PLATFORM-$TARGETARCH-$VERSION.tar.gz
ARG DIST=dist.tar.gz