1 parent d7281b4 commit 9536df4Copy full SHA for 9536df4
1 file changed
.github/workflows/release.yaml
@@ -34,8 +34,8 @@ jobs:
34
cargo build --release --target ${{ matrix.target }}
35
fi
36
- name: Package binary
37
- run: zip ${{ matrix.artifact_name }}.zip -j target/${{ matrix.target }}/release/async-bash-mcp
+ run: tar -czf ${{ matrix.artifact_name }}.tar.gz -C target/${{ matrix.target }}/release async-bash-mcp
38
- name: Upload binary
39
uses: softprops/action-gh-release@v1
40
with:
41
- files: ${{ matrix.artifact_name }}.zip
+ files: ${{ matrix.artifact_name }}.tar.gz
0 commit comments