Skip to content

Commit f9c4580

Browse files
authored
Finalise GHA
1 parent be737f6 commit f9c4580

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828

2929
- name: Build
3030
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
3731

3832
- name: Upload build
3933
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)