Skip to content

Commit

Permalink
Updated build process for Linux CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 30, 2024
1 parent f10b79f commit 03b0982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
python -m pip install requests py-cpuinfo
python build.py
python tools/build_deb.py
rm -rf dist/n8lang
- name: Build verification
run: |
Expand Down Expand Up @@ -73,5 +75,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: n8-linux-dist
path: dist/
path: dist/n8-lang_1.0.0_amd64.deb
retention-days: 1

0 comments on commit 03b0982

Please sign in to comment.