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