release fix + trying minimal build env...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 13:55:42 +03:00
parent 9c7f66093b
commit 02cd936cb4

View File

@ -24,9 +24,10 @@ jobs:
- name: Install dependencies
run: |
sudo apt install -y \
nodejs npm \
wget zip
#sudo apt install -y \
# nodejs npm \
# wget zip
#sudo apt install -y wget zip
# fixes an issue when running npx sandboxing...
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
@ -37,6 +38,8 @@ jobs:
run: make dist
- name: Release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create -t "TEST" ./dist/*