mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:06 -04:00
workflow: fix url
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user