diff --git a/Dockerfile b/Dockerfile index 5432bab4..619c55bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index 966f3424..3ffc27fa 100644 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -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