Skip to content

Commit

Permalink
Serving dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 20, 2024
1 parent 9993271 commit c0ee950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fast-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:

- name: Checkout frontend
run: |
mkdir -p dashboard
git clone https://github.com/scx1332/yagna-dashboard.git yagna-dashboard
cd yagna-dashboard
git checkout e52bb7b51d7a644acc407479332f1f4b4cda263e
Expand All @@ -67,7 +66,7 @@ jobs:

- name: Build
run: |
cargo build --target x86_64-pc-windows-gnu --profile release-fast --features static-openssl
cargo build --target x86_64-pc-windows-gnu --profile release-fast --features dashboard,static-openssl
cp target/x86_64-pc-windows-gnu/release-fast/yagna.exe yagna.exe
tar -czf yagna.tar.gz yagna.exe
Expand Down

0 comments on commit c0ee950

Please sign in to comment.