Skip to content

Commit b353895

Browse files
committed
split into more smaller jobs
1 parent 597e304 commit b353895

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
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636
- name: Build Rust Library
3737
run: |
38-
cargo build --target x86_64-pc-windows-msvc # doesn't need a release build since all that we want is the Rules dir
38+
cargo build --target x86_64-unknown-linux-gnu # doesn't need a release build since all that we want is the Rules dir
3939
- name: create rules.zip
4040
uses: thedoctor0/zip-release@0.7.5
4141
with:
@@ -164,9 +164,9 @@ jobs:
164164
retention-days: 1
165165

166166
build-addon:
167-
name: Pre Release
167+
name: build-addon
168168
continue-on-error: false
169-
needs: [l10n, rust-64, rust-32, linux-64]
169+
needs: [l10n, rust-32]
170170
runs-on: ubuntu-latest
171171
steps:
172172
- name: Checkout code

0 commit comments

Comments
 (0)