Upload PyInstaller package as a GitHub Actions artifact

This commit is contained in:
Sajith Sasidharan 2020-05-12 18:37:50 -04:00
parent 86184e9aa9
commit f3d37e52db

View File

@ -174,3 +174,9 @@ jobs:
# This step is to ensure there are no packaging/import errors.
- name: Test PyInstaller executable
run: dist/Tahoe-LAFS/tahoe --version
- name: Upload PyInstaller package
uses: actions/upload-artifact@v2
with:
name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }}
path: dist/Tahoe-LAFS-*-*.*