File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 58
58
cmake -B build .
59
59
cmake --build build
60
60
mkdir -p /tmp/upload/c
61
- cp build/wsgup /tmp/upload/c/wsgup
61
+ cp build/wsgup /tmp/upload/c
62
62
env :
63
63
Configuration : ${{ matrix.configuration }}
64
64
67
67
cd $GITHUB_WORKSPACE/csharp/wsgup
68
68
dotnet build -c Release
69
69
mkdir -p /tmp/upload/csharp
70
- cp bin/Release/netcoreapp3.0/wsgup.dll /tmp/upload/csharp/wsgup.dll
71
- cp bin/Release/netcoreapp3.0/wsgup /tmp/upload/csharp/wsgup
70
+ cp bin/Release/netcoreapp3.0/wsgup.dll /tmp/upload/csharp
71
+ cp bin/Release/netcoreapp3.0/wsgup /tmp/upload/csharp
72
+
73
+ - name : " Build Go"
74
+ run : |
75
+ cd $GITHUB_WORKSPACE/go/wsgup
76
+ go build
77
+ mkdir -p /tmp/upload/go
78
+ cp wsgup /tmp/upload/go
72
79
73
80
- name : Upload Artifact
74
81
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments