mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update build_develop.yml (#22816)
This commit is contained in:
parent
2047c09d61
commit
a271516c8b
8
.github/workflows/build_develop.yml
vendored
8
.github/workflows/build_develop.yml
vendored
@ -31,3 +31,11 @@ jobs:
|
|||||||
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
SENTRY_URL: ${{ secrets.SENTRY_URL }}
|
||||||
SENTRY_ORG: sentry
|
SENTRY_ORG: sentry
|
||||||
SENTRY_PROJECT: riot-web
|
SENTRY_PROJECT: riot-web
|
||||||
|
|
||||||
|
- run: mv dist/element-*.tar.gz webapp.tar.gz
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: webapp
|
||||||
|
path: webapp.tar.gz
|
||||||
|
retention-days: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user