Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: include webui in go binary
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Jun 7, 2022
1 parent 8e26bb0 commit 1003a34
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Include web UI
uses: robinraju/[email protected]
with:
repository: filecoin-project/saturn-l2-webui
# Update tag to deploy new web UI.
tag: v0.0.6
fileName: saturn-l2-webui.tar.gz
out-file-path: resources/webui
-
name: Unpack web UI archive
run: |
cd resources/webui
tar zxvf saturn-l2-webui.tar.gz
rm saturn-l2-webui.tar.gz
-
name: Fetch all tags
run: git fetch --force --tags
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
# vendor/

dist/
resources/webui
10 changes: 0 additions & 10 deletions resources/webui/index.html

This file was deleted.

0 comments on commit 1003a34

Please sign in to comment.