File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - ' !shuffle_email_rules /lib/binaries/**'
8+ - ' !heimdall /lib/binaries/**'
99 - ' *.go'
1010
1111jobs :
4141
4242 - name : Build binary
4343 run : |
44- cd shuffle_email_rules /lib/
44+ cd heimdall /lib/
4545 go mod tidy
4646 mkdir -p build/${{ matrix.goos }}_${{ matrix.goarch }}
4747 go build -v -o build/libshuffleemail_${{ matrix.goos }}_${{ matrix.goarch }} -buildmode=c-shared
5252
5353 - name : Commit binaries
5454 run : |
55- cd shuffle_email_rules /lib/
55+ cd heimdall /lib/
5656 git config --global user.name 'github-actions'
5757 git config --global user.email '[email protected] ' 5858 git config pull.rebase false # merge
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Email rules for everyone
55## Installation
66
77``` bash
8- pip install shuffle-email-rules
8+ pip install shuffle-heimdall
99```
1010
1111
You can’t perform that action at this time.
0 commit comments