Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: tar cvf dist.tar.gz dist

- name: Upload binary to artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: binary
path: dist.tar.gz
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: python sign_installer.py --installer-id 374191642324A98B1D9835CCD256EDEE2C710051 --keychain build.keychain

- name: Upload installer to artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: installer
path: dvc*.pkg
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
run: python notarize_installer.py --apple-id-username ivan@iterative.ai --apple-id-password $APPLE_ID_PASSWORD --apple-id-provider $APPLE_ID_PROVIDER

- name: Upload stapled installer to artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: stapled_installer
path: dvc*.pkg
Expand Down
Loading