diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a331d32..de6aa5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,19 +61,6 @@ jobs: sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "yarndir=$(yarn config get cacheFolder)" >> $GITHUB_ENV - - - name: Yarn cache - uses: actions/cache@v2 - id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) - with: - path: ${{ env.yarndir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - name: Install app dependencies and build it run: yarn && yarn build:fe