Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jul 7, 2024
1 parent 6961b6a commit 69156a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
$hashMarkdown = @'
<details>
<summary>Readme Contents (Click to Expand)</summary>
Expand All @@ -113,7 +113,6 @@ jobs:
Path = "${{ env.BUILD_CONFIGURATION }}\*"
DestinationPath = "${{ env.zip_name }}.zip"
}
Compress-Archive @compress
if ("${{ env.BRANCH }}" -ieq "main")
Expand Down

0 comments on commit 69156a5

Please sign in to comment.