mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update main.yml
This commit is contained in:
parent
9af0f77841
commit
57a312ac8f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
|||
git checkout develop
|
||||
fi
|
||||
git pull
|
||||
cd ${GITHUB_WORKSPACE}
|
||||
ln -s ../../omr
|
||||
cd /github/workspace
|
||||
ln -s /home/runner/omr
|
||||
- name: Build toolchain
|
||||
working-directory: ../../omr
|
||||
env:
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
|||
with:
|
||||
switches: -av --delete-after
|
||||
remote_path: deploy/release/${{env.SOURCE_TAG}}/${{matrix.OMR_TARGET}}
|
||||
path: ${{env.GITHUB_WORKSPACE}}/omr/${{matrix.OMR_TARGET}}/source/bin/
|
||||
path: ./omr/${{matrix.OMR_TARGET}}/source/bin/
|
||||
remote_key: ${{ secrets.PRIVATE_KEY }}
|
||||
remote_user: deploy
|
||||
remote_host: ${{ secrets.OMR_DEPLOY_HOST }}
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
with:
|
||||
switches: -av --delete-after
|
||||
remote_path: deploy/${{env.SOURCE_BRANCH}}/${{env.OMR_KERNEL}}/${{matrix.OMR_TARGET}}
|
||||
path: ${{env.GITHUB_WORKSPACE}}/omr/${{matrix.OMR_TARGET}}/source/bin/
|
||||
path: ./omr/${{matrix.OMR_TARGET}}/source/bin/
|
||||
remote_key: ${{ secrets.PRIVATE_KEY }}
|
||||
remote_user: deploy
|
||||
remote_host: ${{ secrets.OMR_DEPLOY_HOST }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue