Skip to content

Commit

Permalink
.tar.gz 形式で macOS 向けバイナリをリリースするようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
0918nobita committed Jul 19, 2022
1 parent 4918cff commit 1b7ce84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
toolchain: stable
- run: cargo build --release
- run: |
cd target/release
tar zcvf twitter-space-tts-macos-0.1.0.tar.gz twitter-space-tts
mv twitter-space-tts-macos-0.1.0.tar.gz ../..
- uses: softprops/action-gh-release@v1
with:
files: target/release/twitter-space-tts
files: twitter-space-tts-macos-0.1.0.tar.gz

0 comments on commit 1b7ce84

Please sign in to comment.