mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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:
|
source-tarball:
|
||||||
runs-on: namespace-profile-ghostty-md
|
runs-on: namespace-profile-ghostty-md
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
|
env:
|
||||||
|
GHOSTTY_VERSION: ${{ needs.setup.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -100,8 +102,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: source-tarball
|
name: source-tarball
|
||||||
path: |-
|
path: |-
|
||||||
"ghostty-${GHOSTTY_VERSION}.tar.gz"
|
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz"
|
||||||
"ghostty-${GHOSTTY_VERSION}.tar.gz.minisig"
|
"ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig"
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
needs: [setup]
|
needs: [setup]
|
||||||
|
Reference in New Issue
Block a user