File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
- name : Test
31
31
run : dotnet test --no-build --verbosity normal -c ${{ matrix.Configuration }}
32
32
- name : Zip
33
- run : 7z a -tzip $env:StagingDirectory\InferNull .zip .\InferNull\bin\${{ matrix.Configuration }}\*
33
+ run : 7z a -tzip $env:StagingDirectory\InferNull_${{ matrix.Configuration }} .zip .\InferNull\bin\${{ matrix.Configuration }}\*
34
34
- name : Upload
35
35
uses : actions/upload-artifact@v2
36
36
with :
37
- name : InferNull (${{ matrix.configuration }})
38
- path : ${{ env.StagingDirectory }}\InferNull .zip
37
+ name : InferNull (${{ matrix.configuration }}) ${{ github.run_number }}
38
+ path : ${{ env.StagingDirectory }}\InferNull_${{ matrix.Configuration }} .zip
39
39
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments