From 4d93e706f5d2ad9e8d18544157a54881c5719c59 Mon Sep 17 00:00:00 2001 From: NaveenKumar Namachivayam Date: Sat, 18 Nov 2023 22:11:57 -0500 Subject: [PATCH] Add: GitHub Action Signed-off-by: NaveenKumar Namachivayam --- .github/workflows/python-app.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5c2d766..d2f8e29 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -47,6 +47,12 @@ jobs: # name: dist-x86_64 # path: dist-x86_64 + - name: List current directory + run: | + ls -la + uname -a + ls -la dist-arm64 + - name: Upload arm64 app uses: actions/upload-artifact@v2 with: