Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 13b3692

Browse files
authored
Revert
1 parent 8108e3e commit 13b3692

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
run: ("hash=" + $(Get-FileHash -Path "${{ needs.build.outputs.zipname }}.7z" -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
135135

136136
- name: Update build to release 🤌
137-
uses: softprops/action-gh-release@v2.2.0
137+
uses: softprops/action-gh-release@v2.1.0
138138
with:
139139
files: ${{ needs.build.outputs.zipname }}.7z
140-
fail_on_unmatched_files: false
140+
fail_on_unmatched_files: true
141141
append_body: true
142142
tag_name: ${{ needs.build.outputs.date }}
143143
body: ${{ steps.run.outputs.hash }} ${{ needs.build.outputs.zipname }}.7z

0 commit comments

Comments
 (0)