Skip to content

Commit c35a4fe

Browse files
committed
release commit v0.2.3
1 parent 6fc30bf commit c35a4fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
uses: actions/upload-artifact@v4
295295
with:
296296
name: eim-cli-${{ matrix.package_name }}-${{ github.ref_name }}
297-
path: release_cli/${{ matrix.package_name }}/eim${{ runner.os == 'Windows' && 'exe' || '' }}
297+
path: release_cli/${{ matrix.package_name }}/eim${{ runner.os == 'Windows' && '.exe' || '' }}
298298

299299
- name: Upload Release Asset - MacOs
300300
if: github.event_name == 'release' && github.event.action == 'created' && runner.os != 'Windows'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eim",
33
"private": true,
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eim"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "ESP-IDF Installation Manager"
55
authors = ["[email protected]"]
66
edition = "2021"

0 commit comments

Comments
 (0)