mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
added release (test)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b92064ce95
commit
a95bc1499a
12
.github/workflows/viewer-build-linux.yml
vendored
12
.github/workflows/viewer-build-linux.yml
vendored
@ -27,16 +27,16 @@ jobs:
|
||||
sudo apt install -y \
|
||||
nodejs npm \
|
||||
wget zip
|
||||
# fixes an issue when running npx sandboxing...
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
|
||||
- name: Build environment
|
||||
- name: Pre-Build
|
||||
run: make clean-all dev
|
||||
|
||||
- name: Check electron version
|
||||
run: npx electron --version
|
||||
|
||||
- name: Build
|
||||
run: make dist
|
||||
|
||||
- name: Check ./dist/
|
||||
run: ls ./dist/
|
||||
- name: Release
|
||||
run: |
|
||||
gh release create -p -t "TEST" ./dist/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user