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
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:
10
.github/workflows/build_prepare.yaml
vendored
10
.github/workflows/build_prepare.yaml
vendored
@@ -37,8 +37,14 @@ jobs:
|
|||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: "yarn install --frozen-lockfile"
|
run: "yarn install --frozen-lockfile"
|
||||||
|
|
||||||
- name: Fetch Element Web
|
- name: Clone Element Web
|
||||||
run: yarn run fetch --noverify -d ${{ inputs.config }} ${{ inputs.version }}
|
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
|
- name: Generate cache hash files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user