Skip to content

Commit

Permalink
ci: source tarball files must not be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 31, 2024
1 parent a857d56 commit 3f7c3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f7c3af

Please sign in to comment.