Skip to content

Commit 437cbf4

Browse files
DEBUG add ls server/build
1 parent f6ac1b6 commit 437cbf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
shell: bash
112112
run: |
113113
mkdir -p build
114-
mv server/build/deweb-server_${{ matrix.target }}_${{ matrix.arch }}${{ matrix.ext }} build/deweb-server${{ matrix.ext }}
114+
ls -la ../server/build
115+
mv ../server/build/deweb-server_${{ matrix.target }}_${{ matrix.arch }}${{ matrix.ext }} build/deweb-server${{ matrix.ext }}
115116
116117
- name: Build Plugin
117118
shell: bash

0 commit comments

Comments
 (0)