Rename and update workflows

This commit is contained in:
Hakan Shehu
2025-01-10 14:43:33 +01:00
parent b6ba69c339
commit 2ae847becd
3 changed files with 7 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
name: Publish Desktop
name: Publish Desktop App
on:
push:
@@ -63,7 +63,7 @@ jobs:
CERTIFICATE_PASSWORD: ${{ secrets.WINDOWS_CERT_PASSWORD }}
NODE_ENV: production
working-directory: apps/desktop
run: npm run make -- --win
run: npm run publish -- --win
- name: Clean up certificate
run: |
@@ -72,12 +72,6 @@ jobs:
}
shell: pwsh
- name: Publish Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: apps/desktop
run: npm run publish
build-macos:
runs-on: macos-latest

View File

@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Publish server app
on:
push:
@@ -25,7 +25,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
@@ -41,4 +41,4 @@ jobs:
${{ env.REGISTRY }}/${{ env.SERVER_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.revision=${{ github.sha }}

View File

@@ -79,6 +79,8 @@ const config: ForgeConfig = {
new MakerDMG({
name: 'Colanode',
appPath: '',
icon: 'assets/colanode_logo_black.png',
title: 'Colanode',
}),
],
publishers: [