mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
chore(ci): remove unnecessary extension input
This commit is contained in:
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -49,7 +49,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
os: ${{ matrix.os.name }}
|
os: ${{ matrix.os.name }}
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
extension: ${{ join(matrix.os.extension, ' ') }}
|
|
||||||
shell: ${{ matrix.os.shell }}
|
shell: ${{ matrix.os.shell }}
|
||||||
forge_platform: ${{ matrix.os.forge_platform }}
|
forge_platform: ${{ matrix.os.forge_platform }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -42,7 +42,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
os: ${{ matrix.os.name }}
|
os: ${{ matrix.os.name }}
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
extension: ${{ join(matrix.os.extension, ' ') }}
|
|
||||||
shell: ${{ matrix.os.shell }}
|
shell: ${{ matrix.os.shell }}
|
||||||
forge_platform: ${{ matrix.os.forge_platform }}
|
forge_platform: ${{ matrix.os.forge_platform }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user