mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Use github yaml substitution for yaml element
This commit is contained in:
6
.github/workflows/release-tag.yml
vendored
6
.github/workflows/release-tag.yml
vendored
@ -74,6 +74,8 @@ jobs:
|
||||
source-tarball:
|
||||
runs-on: namespace-profile-ghostty-md
|
||||
needs: [setup]
|
||||
env:
|
||||
GHOSTTY_VERSION: ${{ needs.setup.outputs.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -100,8 +102,8 @@ jobs:
|
||||
with:
|
||||
name: source-tarball
|
||||
path: |-
|
||||
"ghostty-${GHOSTTY_VERSION}.tar.gz"
|
||||
"ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
|
||||
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz"
|
||||
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig"
|
||||
|
||||
build-macos:
|
||||
needs: [setup]
|
||||
|
Reference in New Issue
Block a user