We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145d096 commit dc8ab8dCopy full SHA for dc8ab8d
1 file changed
.github/workflows/build_on_demand.yml
@@ -17,6 +17,12 @@ jobs:
17
repository: Sygmei/ObEngine
18
path: obengine
19
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
26
- name: Create build directory
27
working-directory: ./obengine
28
run: mkdir build
0 commit comments