added command to make build directory

This commit is contained in:
Donghoon Park 2024-12-15 04:45:56 +00:00
parent ff81c693c9
commit f8af123dac

View File

@ -40,7 +40,9 @@ jobs:
with:
name: build
- name: Extract Build Directory
run: tar -xzf build.tar.gz -C build/
run: |
mkdir -p build
tar -xzf build.tar.gz -C build/
- name: List Build Files
run: ls -R .
- name: test