Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
new line added
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiii committed Feb 5, 2024
1 parent 70434be commit 33715c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
for file in *; do
file_name=$(basename "$file")
hash_value=$(sha256sum "$file" | cut -d' ' -f1)
hash_array="${hash_array}${file_name}:${hash_value};"
hash_array="${hash_array}${file_name}: ${hash_value}"$'\n'
done
echo "HASHES=${hash_array}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 33715c1

Please sign in to comment.