CI: Remove macOS homebrew upload
This commit is contained in:
parent
2f27a7d00b
commit
05cd134a24
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
@ -1009,27 +1009,6 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
run: make dmg
|
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:
|
build-macos-macports:
|
||||||
name: Build macOS Macports
|
name: Build macOS Macports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user