We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e0a0f commit 60057a8Copy full SHA for 60057a8
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: Compress-Archive -Path ${{github.workspace}}\src\bin\Release\net7.0-windows\* -DestinationPath ${{github.workspace}}\src\bin\Release\FindDuplicateFiles_${{ steps.tagName.outputs.tag }}.zip
35
36
- name: Release
37
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v0.1.13
38
if: startsWith(github.ref, 'refs/tags/')
39
with:
40
# 配置【README地址】
0 commit comments