Rename to Plugin Compass, add mobile onboarding/signin, implement self-update for desktop, and fix workflow paths

This commit is contained in:
southseact-3d
2026-02-16 12:05:30 +00:00
parent 63698e1d19
commit d6e2af3a29
11 changed files with 945 additions and 138 deletions

View File

@@ -6,9 +6,8 @@ on:
- main
- master
paths:
- windows-app/**
- chat/public/**
- .github/workflows/build-electron-app.yml
- 'windows-app/**'
- '.github/workflows/build-electron-app.yml'
workflow_dispatch:
permissions:
@@ -41,7 +40,7 @@ jobs:
- name: Upload Windows artifact
uses: actions/upload-artifact@v4
with:
name: shopify-ai-electron-windows
name: plugin-compass-electron-windows
path: windows-app/dist/*.exe
retention-days: 7
@@ -51,8 +50,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: electron-app-${{ github.sha }}
release_name: ShopifyAI Electron App ${{ github.sha }}
tag_name: plugin-compass-desktop-${{ github.sha }}
release_name: Plugin Compass Desktop ${{ github.sha }}
draft: false
prerelease: false
@@ -62,6 +61,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: windows-app/dist/ShopifyAI Desktop Setup 0.1.0.exe
asset_name: ShopifyAI-Desktop-Setup-0.1.0.exe
asset_path: windows-app/dist/Plugin Compass Setup 0.1.0.exe
asset_name: Plugin-Compass-Setup-0.1.0.exe
asset_content_type: application/octet-stream