Skip to content

Commit

Permalink
Merge pull request #434 from gramlang/release-script-bug
Browse files Browse the repository at this point in the history
Fix a bug in the release script
  • Loading branch information
stepchowfun committed Jun 13, 2024
2 parents fe48b75 + 9f784af commit 692c433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
artifacts/gram-aarch64-pc-windows-msvc.exe
# Create the release.
gh release create "v$VERSION_TO_PUBLISH" --title "v$VERSION_TO_PUBLISH" --notes '' \
gh release create "v$VERSION" --title "v$VERSION" --notes '' \
'artifacts/gram-x86_64-unknown-linux-gnu' \
'artifacts/gram-x86_64-unknown-linux-musl' \
'artifacts/gram-aarch64-unknown-linux-gnu' \
Expand Down

0 comments on commit 692c433

Please sign in to comment.