mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: source tarball files must not be quoted
This commit is contained in:
4
.github/workflows/release-tag.yml
vendored
4
.github/workflows/release-tag.yml
vendored
@ -105,8 +105,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: source-tarball
|
name: source-tarball
|
||||||
path: |-
|
path: |-
|
||||||
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz"
|
ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz
|
||||||
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig"
|
ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig
|
||||||
ghostty-source.tar.gz
|
ghostty-source.tar.gz
|
||||||
ghostty-source.tar.gz.minisig
|
ghostty-source.tar.gz.minisig
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user