workflow: fix url

This commit is contained in:
Maxi Quoß
2023-01-29 14:54:19 +01:00
parent 5ee9b43aff
commit dd4bc6c1e7
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ ARG TARGETVARIANT
ARG VERSION
ENV BUILDX_ARCH="${TARGETOS:-linux}_${TARGETARCH:-amd64}${TARGETVARIANT}"
WORKDIR /app
RUN wget https://github.com/seriousm4x/upsnap/releases/download/${VERSION}/upsnap_${VERSION}_${BUILDX_ARCH}.zip &&\
RUN wget https://github.com/seriousm4x/UpSnap/releases/download/${VERSION}/UpSnap_${VERSION}_${BUILDX_ARCH}.zip &&\
unzip upsnap_${VERSION}_${BUILDX_ARCH}.zip &&\
chmod +x /upsnap

View File

@@ -1,5 +1,5 @@
release:
draft: true
# draft: true
prerelease: auto
before:
hooks:
@@ -30,6 +30,6 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Version }}"
name_template: "v{{ .Version }}"
changelog:
sort: asc