chore: workflow
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-reusable-build:
|
BuildWorkflow:
|
||||||
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
|
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
2
.github/workflows/desktop.release.prod.yml
vendored
2
.github/workflows/desktop.release.prod.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-reusable-build:
|
BuildWorkflow:
|
||||||
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
|
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/desktop.release.reuse.yml
vendored
3
.github/workflows/desktop.release.reuse.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Desktop Release
|
name: Desktop Reusable Release Workflow
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@@ -141,6 +141,7 @@ jobs:
|
|||||||
|
|
||||||
Publish:
|
Publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ always() }}
|
||||||
needs: [Windows, Mac, Linux]
|
needs: [Windows, Mac, Linux]
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user