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