Skip to content

Commit ecac146

Browse files
committed
fix2
1 parent 6805b47 commit ecac146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
project: oidn
2121
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
22+
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
2323
notarize-package: ./oidn-2.3.3.arm64.macos.tar.gz
2424
artifact-out: notarize-macos-arm
2525
artifact-path: ./oidn-2.3.3.arm64.macos.tar.gz

0 commit comments

Comments
 (0)