Skip to content

Commit 10ed590

Browse files
committed
release: v3.0.0
1 parent 3d95c08 commit 10ed590

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then
5555
7z a ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }}
5656
else
57-
chmod a+x ${{ matrix.platform.name }}
57+
chmod a+x ${{ matrix.platform.bin }}
5858
tar czvf ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }}
5959
fi
6060
mv ${{ matrix.platform.bin }} ../../../${{ matrix.platform.name }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multibrowse"
3-
version = "0.7.0"
3+
version = "3.0.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)