Skip to content

Commit

Permalink
mode cd fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
pm100 committed Dec 31, 2023
1 parent 1b0bff6 commit 3dc42f1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
- name: Build
run: cargo build --release





- name: rename_binary
run: |
if [ ${{ matrix.os }} == "macos-latest" ]; then
mv ./target/release/db65 ./target/release/mac-db65
fi
- name: ReleaseWin
if: matrix.os == 'windows-latest'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3dc42f1

Please sign in to comment.