mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(ci): remove unnecessary extension input
This commit is contained in:
parent
3e14ffe1e7
commit
9aef24eecc
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user