File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 71
71
mkdir -p outputs/$RUNTIME
72
72
dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
73
73
pushd outputs/$RUNTIME && \
74
- rm aggregator-cli && \
75
- rm aggregator-cli.cmd && \
76
74
7z a -bd -r aggregator-cli-win-x64.zip && \
77
75
popd
78
76
83
81
mkdir -p outputs/$RUNTIME
84
82
dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
85
83
pushd outputs/$RUNTIME && \
86
- rm *.cmd && \
87
84
7z a -bd -r aggregator-cli-linux-x64.zip && \
88
85
popd
89
86
94
91
mkdir -p outputs/$RUNTIME
95
92
dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
96
93
pushd outputs/$RUNTIME && \
97
- rm *.cmd && \
98
94
7z a -bd -r aggregator-cli-osx-x64.zip && \
99
95
popd
100
96
You can’t perform that action at this time.
0 commit comments