Fix CI/CD: use upload-artifact@v3 for Gitea, configure targets to msi/appimage only
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: npm run tauri build
|
run: npm run tauri build
|
||||||
|
|
||||||
- name: Upload MSI installer
|
- name: Upload MSI installer
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: windows-msi
|
name: windows-msi
|
||||||
path: src-tauri/target/release/bundle/msi/*.msi
|
path: src-tauri/target/release/bundle/msi/*.msi
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
run: npm run tauri build
|
run: npm run tauri build
|
||||||
|
|
||||||
- name: Upload AppImage
|
- name: Upload AppImage
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-appimage
|
name: linux-appimage
|
||||||
path: src-tauri/target/release/bundle/appimage/*.AppImage
|
path: src-tauri/target/release/bundle/appimage/*.AppImage
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"tauri": {
|
"tauri": {
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": "all",
|
"targets": ["msi", "appimage"],
|
||||||
"identifier": "in.cinny.app",
|
"identifier": "in.cinny.app",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user