added download artifact process

This commit is contained in:
Donghoon Park 2024-12-15 04:10:07 +00:00
parent b45f07a6cb
commit 048b9cfe0e

View File

@ -36,6 +36,16 @@ jobs:
runs-on: ubuntu-latest
needs: Build # run after Build job
steps:
- uses: actions/checkout@v3
- name: Download Build Directory
uses: actions/download-artifact@v3
with:
name: build
- name: List Build Files
run: ls -R build
- name: test
run: |
cd build