File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414 contents : read # This is required for actions/checkout
1515jobs :
1616 call_workflow :
17- uses : febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@develop
17+ uses : febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@newServer
1818 with :
1919 runTests : ${{ (github.event_name == 'workflow_dispatch' && inputs.runTests) || (github.event_name == 'push' && contains(fromJSON('["develop"]'), github.ref_name)) }}
2020 package-name : febio4
Original file line number Diff line number Diff line change 77
88
99set -e
10- scp cmbuild/bin/* repo :~ /$REMOTE_PATH /bin
11- scp cmbuild/lib/* repo :~ /$REMOTE_PATH /lib
12- ssh repo " chmod +x $REMOTE_PATH /bin/febio4"
10+ scp cmbuild/bin/* febio-web :~ /$REMOTE_PATH /bin
11+ scp cmbuild/lib/* febio-web :~ /$REMOTE_PATH /lib
12+ ssh febio-web " chmod +x $REMOTE_PATH /bin/febio4"
1313
1414# package and upload sdk
1515pushd sdk
1616zip -r sdk.zip include
1717zip -r sdk.zip lib
18- scp sdk.zip repo :~ /$REMOTE_PATH /
18+ scp sdk.zip febio-web :~ /$REMOTE_PATH /
1919popd
2020
2121if [ -f testLogs/Logs/* ]; then
22- scp testLogs/Logs/* repo :~ /TestSuite/Logs/linux.txt
22+ scp testLogs/Logs/* febio-web :~ /TestSuite/Logs/linux.txt
2323fi
You can’t perform that action at this time.
0 commit comments