Skip to content

Commit 7e17f23

Browse files
authored
Merge pull request #31 from ShadowDara/cli-tool
Cli tool
2 parents 4a2e723 + b7705bd commit 7e17f23

29 files changed

Lines changed: 55 additions & 501 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Samtool
1+
name: Release Seg
22

33
on:
44
push:
@@ -29,7 +29,7 @@ jobs:
2929
target: x86_64-pc-windows-msvc
3030
artifact: windows-x64
3131

32-
- os: macos-13
32+
- os: macos-latest
3333
target: x86_64-apple-darwin
3434
artifact: macos-x64
3535

@@ -48,14 +48,14 @@ jobs:
4848
targets: ${{ matrix.target }}
4949

5050
- name: Build
51-
working-directory: crates/samtool
51+
working-directory: crates/seg
5252
run: cargo build --release --target ${{ matrix.target }}
5353

5454
- name: Upload Binary
5555
uses: actions/upload-artifact@v4
5656
with:
5757
name: ${{ matrix.target }}
58-
path: crates/samtool/target/${{ matrix.target }}/release/
58+
path: crates/seg/target/${{ matrix.target }}/release/
5959

6060
publish:
6161
needs: build
@@ -79,11 +79,11 @@ jobs:
7979
run: find artifacts
8080

8181
- name: Generate npm packages
82-
working-directory: crates/samtool
82+
working-directory: crates/seg
8383
run: cargo npm generate
8484

8585
- name: Publish npm packages
86-
working-directory: crates/samtool
86+
working-directory: crates/seg
8787
env:
8888
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8989
run: cargo npm publish

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ dist2/
1414
*.exe
1515
/crates/easy-git-ignore/target/
1616
/.samengine/tags.txt
17+
/crates/seg/target

crates/samtool/npm/@shadowdara/samtool-linux-arm64-musl/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

crates/samtool/npm/@shadowdara/samtool-linux-arm64/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

crates/samtool/npm/@shadowdara/samtool-linux-x64-musl/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

crates/samtool/npm/@shadowdara/samtool-linux-x64/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)