Update action.yml
This commit is contained in:
parent
9647dab4a6
commit
633f2d24ba
12
action.yml
12
action.yml
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user