We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565807c commit b565141Copy full SHA for b565141
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: dotnet publish
13
run: |
14
rm -rf publish
15
+ cd publish && ls -l && cd ..
16
dotnet publish ./RazorTemplate/ -o publish -c release -r linux-x64
17
18
- name: repository name fix
0 commit comments