Skip to content

Commit 89d43a0

Browse files
committed
升级版本 v1.2.11
1 parent 3587f0f commit 89d43a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ 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-
4036
- name: Release
4137
uses: softprops/[email protected]
4238
if: startsWith(github.ref, 'refs/tags/')

src/ComputerLock.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Authors>九零</Authors>
55
<Product>透明锁屏</Product>
6-
<Version>1.2.10.14</Version>
6+
<Version>1.2.11.15</Version>
77

88
<OutputType>WinExe</OutputType>
99
<TargetFramework>net7.0-windows</TargetFramework>

0 commit comments

Comments
 (0)