Skip to content

Commit bd04129

Browse files
committed
update gh action test workflow
1 parent 4065321 commit bd04129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_osfintegration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export OSF_PROJECT_ID=$OSF_PROJECT_ID_
99

1010
mkdir -p ~/.osfcli
1111
echo -e "[osf]\nproject = $OSF_PROJECT_ID\nusername = \$OSF_USERNAME" > ~/.osfcli/osfcli.config
12-
cd ./paper/
12+
cd ./figures/
1313

1414
echo "[DEBUG]: saving data to osf"
15-
osf -p abk4p upload ./figure1_v1.png /osfstorage/test/file.png
15+
osf -p abk4p upload ./figure1.png /osfstorage/test/file.png
1616

1717
echo "Testing done!"

0 commit comments

Comments
 (0)