Skip to content

Commit afc15fc

Browse files
committed
fix workflow for 64 bit build
1 parent ca360ef commit afc15fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
# build the test after zipping up "Rules" because the test will unzip the files needed for the test
5858
- name: test build
5959
run: |
60-
ls -l
60+
dir
6161
cd Example
62-
ls -l
62+
dir
6363
python test.py
6464
- name: Upload addons dir
6565
uses: actions/upload-artifact@v4
@@ -83,7 +83,7 @@ jobs:
8383
retention-days: 1
8484

8585
rust-32:
86-
name: build 64-bit pyd file
86+
name: build 32-bit pyd file and addon
8787
needs: l10n
8888
runs-on: windows-latest # needs to run on windows because no 32-bit python on linux
8989
steps:

0 commit comments

Comments
 (0)