diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f79a66..cf4e3a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,5 +71,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - path: dist/*.tar.gz + path: dist/*.tar* retention-days: 10 diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index fe73b2d..9ec75bd 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,6 +1,6 @@ FROM gitpod/workspace-full -# GoReleaser +# Tools RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh RUN sudo mv bin/* /usr/bin/ && \