- update workflow (fix upload artifact)
- update comment in gitpod Dockerfile
This commit is contained in:
Medzik 2021-09-01 13:00:34 +00:00
parent 4b939c6d58
commit 5dd6bc1195
2 changed files with 2 additions and 2 deletions

View File

@ -71,5 +71,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
path: dist/*.tar.gz
path: dist/*.tar*
retention-days: 10

2
.gitpod.Dockerfile vendored
View File

@ -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/ && \