@@ -24,7 +24,7 @@ on:
|
|||||||
ref:
|
ref:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: 'refs/heads/main'
|
default: ''
|
||||||
secrets:
|
secrets:
|
||||||
CERTIFICATE_OSX_APPLICATION:
|
CERTIFICATE_OSX_APPLICATION:
|
||||||
description: 'Certificate for macOS application signing'
|
description: 'Certificate for macOS application signing'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ on:
|
|||||||
ref:
|
ref:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: 'refs/heads/main'
|
default: ''
|
||||||
|
|
||||||
name: "Bundle Desktop (Linux)"
|
name: "Bundle Desktop (Linux)"
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# 1) Check out source
|
# 1) Check out source
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -264,4 +264,4 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
ui/desktop/out/make/deb/x64/*.deb
|
ui/desktop/out/make/deb/x64/*.deb
|
||||||
ui/desktop/out/make/rpm/x64/*.rpm
|
ui/desktop/out/make/rpm/x64/*.rpm
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ on:
|
|||||||
description: 'Git ref to checkout'
|
description: 'Git ref to checkout'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: 'refs/heads/main'
|
default: ''
|
||||||
secrets:
|
secrets:
|
||||||
WINDOWS_CODESIGN_CERTIFICATE:
|
WINDOWS_CODESIGN_CERTIFICATE:
|
||||||
required: false
|
required: false
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# 1) Check out source
|
# 1) Check out source
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user