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

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
Arteiii committed Feb 5, 2024
1 parent 8d18761 commit a455543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
name: "Release ${{ env.TAG }}"
body: |
**File Hashes:**
\`\`\`
$(cat x64/Release/hashes.txt)
\`\`\`
```
${{ steps.generate_hashes.outputs.hashes }}
```
files: x64/Release/*
token: ${{ secrets.GITHUB_TOKEN }}
append_body: true

0 comments on commit a455543

Please sign in to comment.