Update build-tnc.yml

This commit is contained in:
DJ2LS 2021-08-28 09:19:36 +02:00 committed by GitHub
parent debc451e60
commit c00ec6dbd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,23 +25,19 @@ jobs:
run: |
pyinstaller -F daemon.py -n daemon
pyinstaller -F main.py -n tnc
cd dist
ls -R
# cd dist
# ls -R
- name: Release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
with:
run: |
ls
name: Test-Release
name: Test-Release-Ubuntu
tag_name: v0.1-alpha
prerelease: true
files: |
dist/daemon
dist/tnc
./tnc/dist/daemon
./tnc/dist/tnc
LICENSE