Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2b0aacf05 | ||
|
|
d9204049fe |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -45,6 +45,7 @@ jobs:
|
|||||||
elif [ "${{ matrix.os }}" == "windows-latest" ]; then
|
elif [ "${{ matrix.os }}" == "windows-latest" ]; then
|
||||||
pnpm run build:win
|
pnpm run build:win
|
||||||
fi
|
fi
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vidbee",
|
"name": "vidbee",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "A modern Electron application for downloading videos and audios",
|
"description": "A modern Electron application for downloading videos and audios",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "VidBee",
|
"author": "VidBee",
|
||||||
|
|||||||
Reference in New Issue
Block a user