mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 17:54:55 +01:00
Update .github/workflows/ccpp.yml
This commit is contained in:
parent
cf4856a0c9
commit
fd024368a3
12
.github/workflows/ccpp.yml
vendored
12
.github/workflows/ccpp.yml
vendored
@ -1061,7 +1061,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: upload-macos-catalina
|
||||
path: build/strawberry-*.dmg
|
||||
path: build/strawberry-*-catalina.dmg
|
||||
|
||||
build-macos-bigsur:
|
||||
name: Build macOS Big Sur
|
||||
@ -1130,7 +1130,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: upload-macos-bigsur
|
||||
path: build/strawberry-*.dmg
|
||||
path: build/strawberry-*-bigsur.dmg
|
||||
|
||||
|
||||
build-windows:
|
||||
@ -1279,7 +1279,7 @@ jobs:
|
||||
upload-macos-catalina:
|
||||
name: Upload macOS Catalina DMG
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/macos'
|
||||
needs:
|
||||
- build-macos-catalina
|
||||
steps:
|
||||
@ -1295,14 +1295,14 @@ jobs:
|
||||
- name: rsync
|
||||
run: |
|
||||
set -x
|
||||
for i in $(find uploads -type f -name '*.dmg'); do
|
||||
for i in $(find uploads -type f -name 'strawberry-*-catalina.dmg'); do
|
||||
rsync -e "ssh -p 50220 -o StrictHostKeyChecking=no" -va $i travis@echoes.jkvinge.net:/home/travis/builds/macos/catalina/
|
||||
done
|
||||
|
||||
upload-macos-bigsur:
|
||||
name: Upload macOS Big Sur DMG
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/macos'
|
||||
needs:
|
||||
- build-macos-bigsur
|
||||
steps:
|
||||
@ -1318,6 +1318,6 @@ jobs:
|
||||
- name: rsync
|
||||
run: |
|
||||
set -x
|
||||
for i in $(find uploads -type f -name '*.dmg'); do
|
||||
for i in $(find uploads -type f -name 'strawberry-*-bigsur.dmg'); do
|
||||
rsync -e "ssh -p 50220 -o StrictHostKeyChecking=no" -va $i travis@echoes.jkvinge.net:/home/travis/builds/macos/bigsur/
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user