Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Feb 26, 2021
1 parent 9250a26 commit a0358e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0358e3

Please sign in to comment.