Don't use built-in web release fetch
Some checks failed
Pull Request / action (pull_request_target) Failing after -1s
Build Windows Package / fetch (pull_request) Failing after 3m1s
Build Windows Package / fetch (push) Failing after 9m36s
Build Windows Package / setup (push) Has been cancelled
Build Windows Package / Windows Build (push) Has been cancelled
Build Windows Package / setup (pull_request) Has been cancelled
Build Windows Package / Windows Build (pull_request) Has been cancelled

This commit is contained in:
2025-04-21 00:19:14 +02:00
parent cf38a1de3e
commit 3155fa36f2

View File

@@ -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: |