Rename to Plugin Compass, add mobile onboarding/signin, implement self-update for desktop, and fix workflow paths
This commit is contained in:
15
.github/workflows/build-electron-app.yml
vendored
15
.github/workflows/build-electron-app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user