From 5dd6bc119543072cccf5b696f6f7e800e52bc18b Mon Sep 17 00:00:00 2001 From: Medzik <87065584+MedzikUser@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:00:34 +0000 Subject: [PATCH] update - update workflow (fix upload artifact) - update comment in gitpod Dockerfile --- .github/workflows/ci.yml | 2 +- .gitpod.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/ && \