Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 16, 2023
1 parent 7a32133 commit 3d41aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git init
git config --local user.name GenXProject
git config --local user.email "[email protected]"
git remote add testlog https://github.com/GenXProject/GenX-testlog.git
git remote add testlog git@github.com:GenXProject/GenX-testlog.git
git pull testlog main
if [ -d Logs_v${{ matrix.version }} ]; then
mv Logs_v${{ matrix.version }}/*.log .
Expand Down

0 comments on commit 3d41aee

Please sign in to comment.