From dda242c96e029a0f1e5c10491daa62d2ccc18503 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 30 Jan 2025 13:58:11 -0800 Subject: [PATCH] ci: update publish job --- .github/workflows/publish-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index 160034a52..458982140 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -55,7 +55,7 @@ jobs: - name: Download Staged Appcast run: | - curl -L https://release.files.ghostty.org/${GHOSTTY_VERSION}/appcast-staged.xml + curl -L https://release.files.ghostty.org/${GHOSTTY_VERSION}/appcast-staged.xml > appcast-staged.xml mv appcast-staged.xml appcast.xml - name: Upload Appcast