Skip to content

Commit

Permalink
Test outpu
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanspumpkin committed Nov 1, 2024
1 parent 7106ddf commit 3a03d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare Output Directories
run: for d in objects/*/ ; do mkdir -p ./artifacts/$d;
run: for d in objects/*/ ; do echo $d;
- name: Copy Objects to Output Structure
run: for d in objects/*/ ; do find "$d" -name *.dat -exec cp {} ./artifacts/$d \;; done;
- name: Package Objects
Expand Down

0 comments on commit 3a03d32

Please sign in to comment.