Update build-project.yml

This commit is contained in:
DJ2LS 2021-09-11 17:16:57 +02:00 committed by GitHub
parent 0837a69c2e
commit d2d7ff8a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,11 @@ jobs:
run: |
pyinstaller -F daemon.py -n daemon
- name: LIST ALL FILES
shell: bash
run: |
ls -R
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1