mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
Upload PyInstaller package as a GitHub Actions artifact
This commit is contained in:
parent
86184e9aa9
commit
f3d37e52db
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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-*-*.*
|
||||
|
Loading…
Reference in New Issue
Block a user