Skip to content

Commit 77101da

Browse files
committed
Update release.yml
1 parent 2802e27 commit 77101da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
# 配置【编译后的文件地址】
3434
run: Compress-Archive -Path ${{github.workspace}}\src\bin\Release\net7.0-windows\* -DestinationPath ${{github.workspace}}\src\bin\Release\ComputerLock_${{ steps.tagName.outputs.tag }}.zip
3535

36+
- name: File List
37+
shell: pwsh
38+
run: dir
39+
3640
- name: Release
3741
uses: softprops/[email protected]
3842
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)