Update build-project.yml

This commit is contained in:
DJ2LS 2021-08-28 12:58:46 +02:00 committed by GitHub
parent 17e49c94b0
commit 5a0373e290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,9 +64,33 @@ jobs:
path: ./tnc/dist/compressed/*
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install test app dependencies
run: |
cd ${{ matrix.package_root }}
${{ matrix.package_manager }} install
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
package_root: "./gui/"
- name: LIST ALL FILES
shell: bash
run: |
ls -R
- name: Upload Ubuntu GUI artifacts
uses: actions/upload-artifact@v2
with:
name: gui-artifact
path: ./gui/*