We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be737f6 commit f9c4580Copy full SHA for f9c4580
.github/workflows/build.yml
@@ -28,12 +28,6 @@ jobs:
28
29
- name: Build
30
run: dotnet publish ${{ matrix.project }}/${{ matrix.project }}.csproj -f ${{ matrix.framework }} -r ${{ matrix.runtime }} -c Release -p:DebugType=None -p:DebugSymbols=false
31
-
32
- - name: Archive build
33
- run: |
34
- pwd
35
- cd ${{ matrix.project }}/bin/Release/${{ matrix.framework }}/${{ matrix.runtime }}/publish/
36
- ls
37
38
- name: Upload build
39
uses: actions/upload-artifact@v4
0 commit comments