Skip to content

Commit

Permalink
removed bundled build
Browse files Browse the repository at this point in the history
  • Loading branch information
Barakudum committed Jan 30, 2024
1 parent 10baa44 commit 157f609
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build+release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: ./scripts/make-build.sh
- name: Make Archive
run: tar -cvz -C dist/ jarklin/ -f "dist/jarklin.tgz"
- name: Install UI-Build
run: |
mkdir -p dist/jarklin/web/web-ui/
./dist/jarklin/jarklin download-web-ui --dest dist/web-ui.tgz
tar -xf dist/web-ui.tgz -C dist/jarklin/web/web-ui/
- name: Make Archive with Web-UI
run: tar -cvz -C dist/ jarklin/ -f "dist/jarklin.bundled.tgz"
# - name: Install UI-Build
# run: |
# mkdir -p dist/jarklin/web/web-ui/
# ./dist/jarklin/jarklin download-web-ui --dest dist/web-ui.tgz
# tar -xf dist/web-ui.tgz -C dist/jarklin/web/web-ui/
# - name: Make Archive with Web-UI
# run: tar -cvz -C dist/ jarklin/ -f "dist/jarklin.bundled.tgz"
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -44,7 +44,7 @@ jobs:
title: "Jarklin Build"
files: |
dist/jarklin.tgz
dist/jarklin.bundled.tgz
dist/web-ui.tgz
# dist/jarklin.bundled.tgz
# dist/web-ui.tgz
# dist/jarklin.whl
# dist/jarklin.deb

0 comments on commit 157f609

Please sign in to comment.