Skip to content

Commit 1b5f658

Browse files
committed
fix path
1 parent 945c859 commit 1b5f658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
275275
cd screenshots-${{ matrix.os }}
276276
277-
./pixeleagle upload-screenshots $run */*.png
277+
../pixeleagle upload-screenshots $run */*.png
278278
279279
curl https://pixel-eagle.com/${{ inputs.pixeleagle_project }}/runs/$run/compare/auto --json '{"os":"<equal>", "branch": "main"}' --oauth2-bearer ${{ secrets.PIXELEAGLE }} | jq '{project_id: .project_id, from: .from, to: .to}' > pixeleagle-${{ matrix.os }}.json
280280
cat pixeleagle-${{ matrix.os }}.json

0 commit comments

Comments
 (0)