Delete .github/workflows/build-macos.yml

This commit is contained in:
Georg Dahmen
2026-01-31 16:29:05 +01:00
committed by GitHub
parent 6a8df2e0a6
commit 4312817e5d

View File

@@ -1,30 +0,0 @@
name: build-shotcut-macos
on:
workflow_dispatch:
schedule:
# nightly
- cron: '0 12 * * *'
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'mltframework' }}
steps:
- name: Download from S3
run: |
VERSION=$(date +"%y.%-m.%-d")
echo VERSION=$VERSION
sudo apt install -yqq s3cmd
s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut-build-macos.txt.xz
s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut/shotcut-macos-unsigned-$VERSION.dmg
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: unsigned-dmg
path: |
*.dmg
- name: Dump log
run: xzcat shotcut-build-macos.txt.xz