Skip to content

Commit cd784ba

Browse files
committed
fix workflow for 64 bit build
1 parent 968f95b commit cd784ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ jobs:
5555
directory: 'Example'
5656
path: 'Rules'
5757
# build the test after zipping up "Rules" because the test will unzip the files needed for the test
58-
- name: test build
59-
run: |
60-
dir
61-
cd Example
62-
dir
63-
python test.py
58+
#
59+
# - name: test build
60+
# run: |
61+
# cd Example
62+
# python test.py
6463
- name: Upload addons dir
6564
uses: actions/upload-artifact@v4
6665
with:

0 commit comments

Comments
 (0)