chore(actions): fix typo

This commit is contained in:
omo50
2026-03-05 20:43:02 -06:00
parent a10ce61989
commit 87a7251cb0

View File

@@ -143,7 +143,7 @@ jobs:
run: |
echo "test"
ls -la ${{ env.OUTPUT }}/ || echo "test failed"
echo "test 2 ${{ env.ARTIFACT_DIR }"
echo "test 2 ${{ env.ARTIFACT_DIR }}"
mkdir -p ${{ env.ARTIFACT_DIR }}
cp ${{ env.OUTPUT }}/* ${{ env.ARTIFACT_DIR }}/
echo "test 3"