Skip to content

Commit

Permalink
musl release
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 committed Jan 6, 2024
1 parent 3335af7 commit b7c8f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: rename_musl_binary
run: |
mv ./target/release/db65 ./target/release/musl-db65
mv ./target/x86_64-unknown-linux-musl/release/db65 ./target/x86_64-unknown-linux-musl/release/musl-db65
- name: ReleaseMUSL
uses: softprops/action-gh-release@v1
Expand All @@ -111,4 +111,4 @@ jobs:
with:
prerelease: ${{ contains(github.ref, '-') }}
files: |
./target/release/db65
./target/x86_64-unknown-linux-musl/release/musl-db65

0 comments on commit b7c8f77

Please sign in to comment.