Skip to content

Commit

Permalink
Update build_develop.yml (#22816)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 12, 2022
1 parent 2047c09 commit a271516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_ORG: sentry
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

0 comments on commit a271516

Please sign in to comment.