mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
release fix + trying minimal build env...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9c7f66093b
commit
02cd936cb4
9
.github/workflows/viewer-build-linux.yml
vendored
9
.github/workflows/viewer-build-linux.yml
vendored
@ -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/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user