From 5100bc0dfc731c22c30122927ba87a4c6b70f2d8 Mon Sep 17 00:00:00 2001 From: aiqinxuancai Date: Wed, 17 Aug 2022 14:03:54 +0800 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index a50f700..49a7a25 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -11,9 +11,6 @@ jobs: name: Dotnet Build steps: - - name: Install 7Zip PowerShell Module - shell: powershell - run: Install-Module 7Zip4PowerShell -Force -Verbose - uses: actions/checkout@v2 - name: Setup dotnet uses: actions/setup-dotnet@v1 @@ -33,7 +30,7 @@ jobs: - run: powershell Expand-Archive -Path .\DotNetDllPathPatcherCMD.zip -DestinationPath .\DotNetDllPathPatcherCMD - run: powershell .\DotNetDllPathPatcherCMD\publish\DotNetDllPathPatcherCMD.exe $env:GITHUB_WORKSPACE\WkyFast\bin\Release\net6.0-windows\win-x64\publish\EvernoteToNotionChrome.exe - name: Compress - run: powershell Compress-7Zip $env:GITHUB_WORKSPACE\EvernoteToNotionChrome\bin\Release\net6.0-windows\win-x64\publish -ArchiveFileName "EvernoteToNotionChrome.zip" -Format Zip + run: powershell Compress-Archive -Path $env:GITHUB_WORKSPACE\EvernoteToNotionChrome\bin\Release\net6.0-windows\win-x64\publish -DestinationPath .\EvernoteToNotionChrome.zip - name: Create a Release uses: ncipollo/release-action@v1 with: