Skip to content

Commit 60057a8

Browse files
committed
Update release.yml
1 parent d8e0a0f commit 60057a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: Compress-Archive -Path ${{github.workspace}}\src\bin\Release\net7.0-windows\* -DestinationPath ${{github.workspace}}\src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
3535

3636
- name: Release
37-
uses: softprops/action-gh-release@v1
37+
uses: softprops/action-gh-release@v0.1.13
3838
if: startsWith(github.ref, 'refs/tags/')
3939
with:
4040
# 配置【README地址】

0 commit comments

Comments
 (0)