testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 14:01:10 +03:00
parent 02cd936cb4
commit 1ba32c0ecd

View File

@ -24,10 +24,6 @@ jobs:
- name: Install dependencies
run: |
#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
@ -41,5 +37,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create -t "TEST" ./dist/*
gh release create release-latest -t "TEST" ./dist/*