From 3e01148c7c96f9402c822b161277ce1f5b905e90 Mon Sep 17 00:00:00 2001 From: Yusuf Olokoba Date: Wed, 20 Mar 2024 12:52:34 -0400 Subject: [PATCH] Show all --- .github/workflows/edge.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/edge.yml b/.github/workflows/edge.yml index 6407d9a..06c439c 100644 --- a/.github/workflows/edge.yml +++ b/.github/workflows/edge.yml @@ -21,8 +21,17 @@ jobs: - name: Pull EdgeFunction run: python3 edgefxn.py - - name: Build + - name: Show Packages run: | - ls fxn/libs/macos - ls fxn/libs/windows - python3 setup.py sdist bdist_wheel \ No newline at end of file + ls -a + ls -a fxn + ls -a fxn/libs + ls -a fxn/libs/macos + + - name: Build + run: python3 setup.py sdist bdist_wheel + + - uses: actions/upload-artifact@v4 + with: + name: Package + path: dist/fxn-0.0.32.tar.gz \ No newline at end of file