Skip to content

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya authored and deniszh committed Feb 15, 2024
1 parent 127525c commit 0e8bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ARTIFACTS=
# Upload all deb and rpm packages
for package in *deb *rpm; do ARTIFACTS=${ARTIFACTS}\"$package\",\ ; done
echo "matrix={\"file\": [${ARTIFACTS} \"sha256sum\", \"md5sum\"]}" >> $GITHUB_OUTPUT
echo "matrix={\"file\": [${ARTIFACTS} \"sha256sum\", \"md5sum\"]}" >> "$GITHUB_OUTPUT"
- name: Check version
id: check_version
Expand Down

0 comments on commit 0e8bba7

Please sign in to comment.