Skip to content

Commit a1a27a3

Browse files
authored
Merge pull request #92 from ReflectCxx/develop
renaming relase bins.
2 parents bd6ce38 + 948a4b8 commit a1a27a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Rename binaries (Linux)
6464
if: runner.os == 'Linux'
6565
run: |
66-
mv bin/RTLTestRunApp bin/RTLTestRunApp-linux-${{ matrix.compiler }}
67-
mv bin/RTLBenchmarkApp bin/RTLBenchmarkApp-linux-${{ matrix.compiler }}
66+
mv bin/RTLTestRunApp bin/RTLTestRunApp-${{ matrix.compiler }}
67+
mv bin/RTLBenchmarkApp bin/RTLBenchmarkApp-${{ matrix.compiler }}
6868
6969
# Rename binaries (Windows / MSVC)
7070
- name: Rename binaries (Windows)
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload build artifacts
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: rtl-test-binaries-${{ matrix.os }}-${{ matrix.compiler }}
80+
name: rtl-test-binaries-${{ matrix.compiler }}
8181
path: bin/
8282

8383
# Publish to GitHub Release (release branch only)

0 commit comments

Comments
 (0)