Skip to content

Commit 753a736

Browse files
committed
fix path
1 parent 046fbca commit 753a736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)