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