Skip to content

Commit 251e711

Browse files
committed
yep we dropped those files
1 parent f898e58 commit 251e711

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-to-GitHub.yml

-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
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
@@ -83,7 +81,6 @@ jobs:
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
@@ -94,7 +91,6 @@ jobs:
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

0 commit comments

Comments
 (0)