diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dbd261f6..78a1d9405 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}