Compare commits

..

3 Commits

Author SHA1 Message Date
Nexmoe
e2b0aacf05 chore: release v0.1.2 2025-10-23 21:52:35 +08:00
Nexmoe
d9204049fe chore: specify shell for build step in release workflow 2025-10-23 21:52:25 +08:00
Nexmoe
390ce64722 chore: release v0.1.1 2025-10-23 21:34:31 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ jobs:
elif [ "${{ matrix.os }}" == "windows-latest" ]; then
pnpm run build:win
fi
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v4

View File

@@ -1,6 +1,6 @@
{
"name": "vidbee",
"version": "0.1.0",
"version": "0.1.2",
"description": "A modern Electron application for downloading videos and audios",
"main": "./out/main/index.js",
"author": "VidBee",