Skip to content

Commit

Permalink
Fix the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Sep 27, 2023
1 parent c901cfb commit 7e7e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: ls -R visual-snapshots/
- name: Set variables
run: |
PR_NUMBER=$(cat ./visual-snapshots/pr.txt)
PR_NUMBER=$(cat ./visual-snapshots/PR.txt)
echo "PR_NUMBER=$VER" >> $GITHUB_ENV
- name: Upload to B2
uses: shallwefootball/s3-upload-action@master
Expand Down

0 comments on commit 7e7e703

Please sign in to comment.