diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e54e92b2..a9978909 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1009,27 +1009,6 @@ jobs: working-directory: build run: make dmg - - name: Upload artifacts - uses: actions/upload-artifact@v3 - with: - name: macos - path: build/*.dmg - - - name: SSH key setup - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' - uses: shimataro/ssh-key-action@v2 - with: - known_hosts: ${{secrets.SSH_KNOWN_HOSTS}} - key: ${{ secrets.SSH_KEY }} - - - name: Create server path - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' - run: ssh -p ${{secrets.SSH_PORT}} -o StrictHostKeyChecking=no ${{secrets.SSH_USER}}@${{secrets.SSH_HOST}} mkdir -p ${{secrets.BUILDS_PATH}}/macos - - - name: rsync - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' - run: rsync -e "ssh -p ${{secrets.SSH_PORT}} -o StrictHostKeyChecking=no" -var build/*.dmg ${{secrets.SSH_USER}}@${{secrets.SSH_HOST}}:${{secrets.BUILDS_PATH}}/macos/ - build-macos-macports: name: Build macOS Macports