another typo

This commit is contained in:
Liam DeBeasi
2024-03-15 22:45:59 -04:00
parent 9ad84da702
commit 1111c2c25f

View File

@@ -79,7 +79,7 @@ runs:
if [ -d core/updated-screenshots/core ]; then
echo "hasUpdatedScreenshots=$(echo 'true')" >> $GITHUB_OUTPUT
cd core/updated-screenshots
zip -q -r ../../UpdatedScreenshots-${{ inputs.shard }}-${{ inputs.totalShards }}.zip packages/core
zip -q -r ../../UpdatedScreenshots-${{ inputs.shard }}-${{ inputs.totalShards }}.zip core
fi
shell: bash
working-directory: ./packages/core