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 8511ac3 commit db88ee0Copy full SHA for db88ee0
.github/workflows/dotnet.yml
@@ -241,6 +241,9 @@ jobs:
241
with:
242
name: installer-${{ matrix.arch }}
243
path: |
244
+ # Use a dummy file to preserve the directory structure.
245
+ # See https://github.com/actions/upload-artifact/issues/174 for details.
246
+ dotnet-versions
247
output/
248
release:
249
needs: installer
.github/workflows/dotnet.yml.j2
@@ -72,6 +72,10 @@ jobs:
72
{%- if projects[i] != 'installer' %}
73
local-downloads/
74
local-packages/
75
+ {%- else %}
76
77
78
79
{%- endif %}
80
81
{%- endfor %}
0 commit comments