mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
fix: add build_sources step to release workflow
This commit is contained in:
@@ -28,6 +28,9 @@ jobs:
|
||||
sudo apt-get install -y ruby ruby-dev build-essential
|
||||
sudo gem install fpm
|
||||
|
||||
- name: Build source plugins
|
||||
run: python build_sources.py
|
||||
|
||||
- name: Build .deb
|
||||
run: bash build_deb.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user