diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f1ec68..640fe3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: dotnet publish run: | - dotnet publish ./MvcTemplate/ -o publish -c release + dotnet publish ./MvcTemplate/ -o publish -c release -r linux-x64 - name: repository name fix run: echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV