Skip to content

Commit b7e4aba

Browse files
authored
Merge pull request #62 from YOU54F/master
feat: build musl variants
2 parents 4122c95 + 82beb3e commit b7e4aba

File tree

6 files changed

+788
-887
lines changed

6 files changed

+788
-887
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: svenstaro/upload-release-action@v2
3636
with:
3737
repo_token: ${{ secrets.GITHUB_TOKEN }}
38-
file: target/artifacts/*
38+
file: release_artifacts/*
3939
file_glob: true
4040
tag: ${{ github.ref }}

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4-
4+
release_artifacts
55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
77
# Cargo.lock

0 commit comments

Comments
 (0)