Skip to content
Snippets Groups Projects
Unverified Commit 2793beab authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Create an artifact with the built web UI for each commit (#729)

Part of fixing the horrendously slow Docker build for the server edge
images.
parent f6e65378
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@ jobs:
uses: ./.github/actions/setup
- name: Build Web
run: ./bin/package-browser
- name: Upload Build
uses: actions/upload-artifact@v3
with:
name: actual-web
path: packages/desktop-client/build
# TODO: re-enable after solving https://github.com/actualbudget/actual/issues/468
# electron:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment