This commit is contained in:
xRain 2024-04-18 02:19:33 +08:00
parent db4d55118d
commit c80c466316

View File

@ -15,7 +15,7 @@ runs:
args: dotnet publish -r linux-x64 -c Release --self-contained -o dist -p:AssemblyName=App
- name: create dockerfile
if: ${{ inputs.default }} == ''
if: ${{ inputs.dockerfile }} == ''
uses: docker://ubuntu:latest
with:
entrypoint: "/bin/bash"