From cd784ba76f6fce0b622e1c30199d2eff4449ea05 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Sat, 2 Nov 2024 20:47:44 -0700 Subject: [PATCH] fix workflow for 64 bit build --- .github/workflows/automaticRelease.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index ca8d20e..1cf654a 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -55,12 +55,11 @@ jobs: directory: 'Example' path: 'Rules' # build the test after zipping up "Rules" because the test will unzip the files needed for the test - - name: test build - run: | - dir - cd Example - dir - python test.py + # + # - name: test build + # run: | + # cd Example + # python test.py - name: Upload addons dir uses: actions/upload-artifact@v4 with: