File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,12 @@ jobs:
6262 id : upload
6363 uses : actions/upload-artifact@v7
6464 with :
65- name : mpv-macos-26-arm64
6665 path : mpv.tar.gz
6766 if-no-files-found : error
68- compression-level : 0
69- overwrite : true
67+ archive : false
7068
7169 - name : Attest Artifact
7270 uses : actions/attest-build-provenance@v4
7371 with :
74- subject-name : mpv-macos-26-arm64.zip
72+ subject-name : mpv.tar.gz
7573 subject-digest : sha256:${{ steps.upload.outputs.artifact-digest }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A set of scripts that help build [mpv](https://mpv.io) on macOS.
88> [ !TIP]
99> Prebuilt mpv.app from GitHub Actions is available at [ nightly.link] .
1010>
11- > Download: [ ` mpv-macos-26-arm64.zip ` ] (macOS 26 & Apple M1 or newer)
11+ > Download: [ ` mpv.tar.gz ` ] (macOS 26 & Apple M1 or newer)
1212
1313### Requirements
1414
@@ -84,5 +84,5 @@ mkdir /opt/local/stow
8484- ` MTL_HUD_ENABLED=1 ` - enables the [ Metal Performance HUD] .
8585
8686[ nightly.link ] : https://nightly.link/m154k1/mpv-build-macOS/workflows/build/master
87- [ `mpv-macos-26-arm64.zip ` ] : https://nightly.link/m154k1/mpv-build-macOS/workflows/build/master/mpv-macos-26-arm64.zip
87+ [ `mpv.tar.gz ` ] : https://nightly.link/m154k1/mpv-build-macOS/workflows/build/master/mpv.tar.gz
8888[ Metal Performance HUD ] : https://developer.apple.com/documentation/xcode/monitoring-your-metal-apps-graphics-performance
You can’t perform that action at this time.
0 commit comments