Skip to content

Commit 712115e

Browse files
committed
split into more smaller jobs
1 parent 79d6dea commit 712115e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout code
3535
uses: actions/checkout@v3
36+
- name: Build Rust Library
37+
run: dir 'addon/globalPlugins/MathCAT'
3638
- name: create rules.zip
3739
uses: thedoctor0/zip-release@0.7.5
3840
with:
@@ -58,7 +60,7 @@ jobs:
5860
uses: actions/setup-python@v5
5961
with:
6062
python-version: 3.11
61-
architecture: '86'
63+
architecture: 'x86'
6264
- name: Build Rust Library
6365
run: |
6466
cargo build --target x86_32-pc-windows-msvc --release

0 commit comments

Comments
 (0)