Fix CI/CD: use upload-artifact@v3 for Gitea, configure targets to msi/appimage only
Some checks failed
Build / build-linux (push) Failing after 22s
Build / build-windows (push) Has started running

This commit is contained in:
2026-01-23 20:01:53 +11:00
parent 706d78e2fe
commit a032daaff5
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: npm run tauri build
- name: Upload MSI installer
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: windows-msi
path: src-tauri/target/release/bundle/msi/*.msi
@@ -81,7 +81,7 @@ jobs:
run: npm run tauri build
- name: Upload AppImage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: linux-appimage
path: src-tauri/target/release/bundle/appimage/*.AppImage

View File

@@ -12,7 +12,7 @@
"tauri": {
"bundle": {
"active": true,
"targets": "all",
"targets": ["msi", "appimage"],
"identifier": "in.cinny.app",
"icon": [
"icons/32x32.png",