mirror of
https://github.com/colanode/colanode.git
synced 2025-12-24 23:49:27 +01:00
Rename and update workflows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
@@ -79,6 +79,8 @@ const config: ForgeConfig = {
|
||||
new MakerDMG({
|
||||
name: 'Colanode',
|
||||
appPath: '',
|
||||
icon: 'assets/colanode_logo_black.png',
|
||||
title: 'Colanode',
|
||||
}),
|
||||
],
|
||||
publishers: [
|
||||
|
||||
Reference in New Issue
Block a user