Skip to content

Commit

Permalink
Update create-release-zip-by-newest-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Triky313 committed Jul 23, 2023
1 parent aae6f3f commit d742816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-zip-by-newest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Publish StatisticsAnalysisTool application in directory
run: |
dotnet publish $env:Project_File_Path -c Release -p:Platform=x64 -p:PublishDir=bin\Release -p:PublishProtocol=FileSystem -p:TargetFramework=net6.0-windows -p:RuntimeIdentifier=win-x64 -p:SelfContained=false -p:PublishSingleFile=true -p:PublishReadyToRun=false
dotnet publish $env:Project_File_Path -c Release -p:Platform=x64 -p:PublishDir=bin\Release -p:PublishProtocol=FileSystem -p:TargetFramework=net7.0-windows -p:RuntimeIdentifier=win-x64 -p:SelfContained=false -p:PublishSingleFile=true -p:PublishReadyToRun=false
- name: Create release zip file
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit d742816

Please sign in to comment.