Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Dec 14, 2023
1 parent e062163 commit 10cf209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore -c release

- name: Publish
run: dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=true --self-contained false
run: dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=false --self-contained false

- name: Get version
uses: olegtarasov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/ComputerLock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>九零</Authors>
<Product>透明锁屏</Product>
<Version>2.0.2.27</Version>
<Version>2.0.3.28</Version>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 10cf209

Please sign in to comment.