That did not work.
All checks were successful
Compile Project / Compile (push) Successful in 4s

This commit is contained in:
Bokuan Li
2026-03-11 01:19:09 -04:00
parent 21f7797d4f
commit cf9031292c

View File

@@ -13,5 +13,7 @@ jobs:
run: spec compile --all run: spec compile --all
- name: Copy output - name: Copy output
run: | run: |
pwd
ls
mkdir -p /srv/builds/${{ github.event.repository.name }} mkdir -p /srv/builds/${{ github.event.repository.name }}
cp -r . /srv/builds/${{ github.event.repository.name }} cp -r . /srv/builds/${{ github.event.repository.name }}