We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667b4b3 commit 82ddb92Copy full SHA for 82ddb92
1 file changed
.github/workflows/dotnet.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Build TestApp
52
run: |
53
- touch service_info.json
+ touch /service_info.json
54
dotnet run --project src/ServiceFileCreator.TestApp/ -c Release
55
#
56
0 commit comments