From 04b3b425243bc110c916089a577d6f6d1b6558df Mon Sep 17 00:00:00 2001 From: pathmapper <20856381+pathmapper@users.noreply.github.com> Date: Wed, 3 Jun 2020 15:37:17 +0200 Subject: [PATCH] Use desktop version instead of SHA --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9182c..5b9650e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: name: editor-profiling path: build/profiling - # Build, test and upload desktop CLI artifacts + # Build and upload desktop CLI artifacts - name: Set up Go uses: actions/setup-go@v2 with: @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v2 with: repository: maputnik/desktop - ref: fda11e52e7da1df3d758514ae7aba58d9acb6e0f + ref: v1.0.6 path: ./src/github.com/maputnik/desktop/ - name: Make