Skip to content

Commit f157f5c

Browse files
committed
chore: remove rtb references in release yml
1 parent 34ed7a7 commit f157f5c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- run: bazel run --config=ci //:copy_dist_include
2626
- run: bazel run --config=ci //:copy_dist_images
2727
- run: bazel run --config=ci //:copy_runfiles
28-
- run: rm -rf dist/bin/ecsact_rtb.runfiles/boost_mp11_files/.github
29-
- run: rm -rf dist/bin/ecsact_rtb.runfiles/boost_mp11_files/doc
30-
- run: rm -rf dist/bin/ecsact_rtb.runfiles/boost_mp11_files/meta
31-
- run: rm -rf dist/bin/ecsact_rtb.runfiles/boost_mp11_files/tools
32-
- run: rm -rf dist/bin/ecsact_rtb.runfiles/boost_mp11_files/test
3328
- uses: actions/upload-artifact@v4
3429
with:
3530
name: common-dist
@@ -82,7 +77,7 @@ jobs:
8277
with:
8378
name: linux-x64-binaries
8479
# https://github.com/actions/upload-artifact#permission-loss
85-
- run: chmod +x bin/ecsact bin/ecsact_rtb bin/ecsact_lsp_server
80+
- run: chmod +x bin/ecsact bin/ecsact_lsp_server
8681
- run: tar -czf ecsact_sdk_${{github.ref_name}}_linux_x64.tar.gz bin include share
8782
- uses: actions/upload-artifact@v4
8883
with:
@@ -103,7 +98,7 @@ jobs:
10398
with:
10499
name: linux-x64-binaries
105100
# https://github.com/actions/upload-artifact#permission-loss
106-
- run: chmod +x bin/ecsact bin/ecsact_rtb bin/ecsact_lsp_server
101+
- run: chmod +x bin/ecsact bin/ecsact_lsp_server
107102
- shell: pwsh
108103
run: ./CreateDeb.ps1 -Version ${{github.ref_name}}
109104
- uses: actions/upload-artifact@v4
@@ -124,7 +119,6 @@ jobs:
124119
with:
125120
name: windows-x64-binaries
126121
- run: >
127-
mv bin/ecsact_rtb.runfiles bin/ecsact_rtb.exe.runfiles &&
128122
zip -r ecsact_sdk_${{github.ref_name}}_windows_x64.zip bin include share
129123
- uses: actions/upload-artifact@v4
130124
with:

0 commit comments

Comments
 (0)