We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060b2fb commit bc2d918Copy full SHA for bc2d918
.github/workflows/build.yml
@@ -281,6 +281,7 @@ jobs:
281
282
- name: Debug keys
283
run: ls -laR ./Intersect.Network/bin/Release/keys
284
+ shell: bash
285
286
- name: Build solution
287
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
@@ -293,6 +294,7 @@ jobs:
293
294
- name: Debug files on disk
295
if: inputs.workflowDebug == true
296
run: ls -laR .
297
298
299
- name: Upload artifacts
300
uses: actions/upload-artifact@v3
0 commit comments