Skip to content

Commit 394cfa5

Browse files
committed
docs: Name changes
1 parent 006021a commit 394cfa5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/binary-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- '!shuffle_email_rules/lib/binaries/**'
8+
- '!heimdall/lib/binaries/**'
99
- '*.go'
1010

1111
jobs:
@@ -41,7 +41,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)