mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
parent
ca7921fa5b
commit
99e4deed3e
3 changed files with 6 additions and 6 deletions
6
.github/workflows/bundle-desktop-linux.yml
vendored
6
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -14,7 +14,7 @@ on:
|
|||
ref:
|
||||
type: string
|
||||
required: false
|
||||
default: 'refs/heads/main'
|
||||
default: ''
|
||||
|
||||
name: "Bundle Desktop (Linux)"
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
steps:
|
||||
# 1) Check out source
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
fetch-depth: 0
|
||||
|
|
@ -264,4 +264,4 @@ jobs:
|
|||
path: |
|
||||
ui/desktop/out/make/deb/x64/*.deb
|
||||
ui/desktop/out/make/rpm/x64/*.rpm
|
||||
if-no-files-found: error
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue