diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 12:47:38 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2024-12-31 12:47:50 -0800 |
| commit | 3f7c3afaf947280bd2852626ff4599c02d9fb07e (patch) | |
| tree | 35d99a174b15daac04306602a389b375303ef808 | |
| parent | a857d56fb61f8c8cc47b37c9f8245ad69f58721c (diff) | |
ci: source tarball files must not be quotedv1.0.1
| -rw-r--r-- | .github/workflows/release-tag.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 431397972..cf94bf23e 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -105,8 +105,8 @@ jobs: with: name: source-tarball path: |- - "ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz" - "ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig" + ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz + ghostty-${{ env.GHOSTTY_VERSION }}.tar.gz.minisig ghostty-source.tar.gz ghostty-source.tar.gz.minisig |
