We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c005a commit 8f8a9e1Copy full SHA for 8f8a9e1
.github/workflows/build_develop.yml
@@ -47,13 +47,6 @@ jobs:
47
48
- run: mv dist/element-*.tar.gz dist/develop.tar.gz
49
50
- # TODO: remove this once the element-desktop fetch script is updated to grab develop.element.io/develop.tar.gz
51
- - name: Deploy develop.tar.gz to Github Pages
52
- uses: JamesIves/github-pages-deploy-action@v4
53
- with:
54
- folder: dist
55
- single-commit: true
56
-
57
- uses: actions/upload-artifact@v3
58
with:
59
name: webapp
0 commit comments