Skip to content

Commit 1884e2c

Browse files
committed
Corrected typo
1 parent d92d8fe commit 1884e2c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ jobs:
4545
command -v sdsio-server || true
4646
find /home/devuser -name sdsio-server -type f 2>/dev/null || true
4747
48+
- name: Show runner information
49+
run: |
50+
echo "Runner name: ${{ runner.name }}"
51+
echo "Runner OS: ${{ runner.os }}"
52+
echo "Runner architecture: ${{ runner.arch }}"
53+
4854
- name: Get version of the SDSIO-Server
4955
run: |
5056
cd ~/sdsio-sever
51-
sdsio-sever --version
57+
sdsio-server --version
5258
5359
- name: Download Build Artifact
5460
uses: dawidd6/action-download-artifact@v17

0 commit comments

Comments
 (0)