From f895f557157096c0cc264253b45cc42d934c71a2 Mon Sep 17 00:00:00 2001 From: xRain Date: Mon, 21 Aug 2023 22:32:13 +0800 Subject: [PATCH] add ci --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2a39d92..1d20ed5 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: username: ${{env.DOCKER_USER}} password: ${{env.DOCKER_PASS}} - - shell: bash + - shell: sh run: | echo "FROM mcr.microsoft.com/dotnet/runtime:7.0" > Dockerfile echo "COPY dist /home" >> Dockerfile