From a0358e38dc661edd5d778a38379b6b1ca7a71fd9 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Fri, 26 Feb 2021 13:43:40 +1100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32284b6..6ab81cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,8 @@ jobs: - name: dotnet publish run: | rm -rf publish - cd publish && ls -l && cd .. dotnet publish ./RazorTemplate/ -o publish -c release -r linux-x64 + cd publish && ls -l && cd .. - name: repository name fix run: echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV