File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 7171 mkdir -p outputs/$RUNTIME
7272 dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
7373 pushd outputs/$RUNTIME && \
74- rm aggregator-cli && \
75- rm aggregator-cli.cmd && \
7674 7z a -bd -r aggregator-cli-win-x64.zip && \
7775 popd
7876
8381 mkdir -p outputs/$RUNTIME
8482 dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
8583 pushd outputs/$RUNTIME && \
86- rm *.cmd && \
8784 7z a -bd -r aggregator-cli-linux-x64.zip && \
8885 popd
8986
9491 mkdir -p outputs/$RUNTIME
9592 dotnet publish --configuration Release --runtime $RUNTIME --self-contained true --output $GITHUB_WORKSPACE/outputs/$RUNTIME/ src/aggregator-cli/aggregator-cli.csproj
9693 pushd outputs/$RUNTIME && \
97- rm *.cmd && \
9894 7z a -bd -r aggregator-cli-osx-x64.zip && \
9995 popd
10096
You can’t perform that action at this time.
0 commit comments