Skip to content

Commit

Permalink
fix workflow for 64 bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Nov 3, 2024
1 parent 968f95b commit cd784ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd784ba

Please sign in to comment.