diff --git a/.github/workflows/build_prepare.yaml b/.github/workflows/build_prepare.yaml index 90093c4..ab81c37 100644 --- a/.github/workflows/build_prepare.yaml +++ b/.github/workflows/build_prepare.yaml @@ -37,8 +37,14 @@ jobs: - name: Install Deps run: "yarn install --frozen-lockfile" - - name: Fetch Element Web - run: yarn run fetch --noverify -d ${{ inputs.config }} ${{ inputs.version }} + - name: Clone Element Web + run: | + git clone https://git.piskot.si/nikrozman/element-web.git element-web + cd element-web + yarn install --frozen-lockfile + yarn build + cd .. + yarn run asar pack element-web/webapp webapp.asar - name: Generate cache hash files run: |