Changeset f3d37e5 in trunk


Ignore:
Timestamp:
2020-05-12T22:37:50Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
4b1ff95
Parents:
86184e9a
Message:

Upload PyInstaller? package as a GitHub? Actions artifact

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .github/workflows/ci.yml

    r86184e9a rf3d37e5  
    175175      - name: Test PyInstaller executable
    176176        run: dist/Tahoe-LAFS/tahoe --version
     177
     178      - name: Upload PyInstaller package
     179        uses: actions/upload-artifact@v2
     180        with:
     181          name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }}
     182          path: dist/Tahoe-LAFS-*-*.*
Note: See TracChangeset for help on using the changeset viewer.