Update action.yml

This commit is contained in:
Sergey 2023-10-25 23:40:18 +03:00 committed by GitHub
parent 9647dab4a6
commit 633f2d24ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,15 @@ runs:
using: 'docker' using: 'docker'
image: 'docker://mcr.microsoft.com/dotnet/sdk:6.0' image: 'docker://mcr.microsoft.com/dotnet/sdk:6.0'
args: args:
- ${{ inputs.command }} - dotnet
- publish
- -c
- Release
- o
- out
- -r
- win-x64
- --self-contained
- false
- /p:EnableWindowsTargeting=true