Use github yaml substitution for yaml element

This commit is contained in:
Anthony
2024-12-28 04:04:55 +11:00
committed by Jonathan Lopez
parent 379f373b9a
commit 4094eee3ab

View File

@ -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]