We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805b47 commit ecac146Copy full SHA for ecac146
.github/workflows/internal.ci.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
project: oidn
21
runs-on: '[ "macOS", "ARM64", "build" ]'
22
- cmd: curl https://github.com/RenderKit/oidn/releases/download/v2.3.3/oidn-2.3.3.arm64.macos.tar.gz
+ cmd: curl -L -o oidn-2.3.3.arm64.macos.tar.gz https://github.com/RenderKit/oidn/releases/download/v2.3.3/oidn-2.3.3.arm64.macos.tar.gz
23
notarize-package: ./oidn-2.3.3.arm64.macos.tar.gz
24
artifact-out: notarize-macos-arm
25
artifact-path: ./oidn-2.3.3.arm64.macos.tar.gz
0 commit comments