Skip to content

Commit dc8ab8d

Browse files
authored
Update build_on_demand.yml
1 parent 145d096 commit dc8ab8d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_on_demand.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
repository: Sygmei/ObEngine
1818
path: obengine
1919
ref: ${{ github.event.release.name }}
20+
- name: Show content
21+
working-directory: ./obengine
22+
run: pwd; ls -al
23+
- name: Show content 2
24+
working-directory: obengine
25+
run: pwd; ls -al
2026
- name: Create build directory
2127
working-directory: ./obengine
2228
run: mkdir build

0 commit comments

Comments
 (0)