Skip to content

Commit 54f2727

Browse files
committed
split into more smaller jobs
1 parent 7003b6d commit 54f2727

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,11 @@ jobs:
4343
filename: 'Rules.zip'
4444
directory: 'addon/globalPlugins/MathCAT'
4545
path: 'Rules'
46-
- name: Build Rust Library
47-
run: |
48-
echo "top level dir"
49-
ls
50-
echo "MathCAT dir"
51-
ls addon/globalPlugins/MathCAT
5246
- name: Upload Rules.zip
5347
uses: actions/upload-artifact@v4
5448
with:
55-
name: Rules.zip
56-
path: Rules.zip
49+
name: 'Rules.zip'
50+
path: 'addon/globalPlugins/MathCAT/Rules.zip'
5751
compression-level: 0
5852
retention-days: 1
5953

0 commit comments

Comments
 (0)