From 12032e31aeb9c2e4cd9472520d134f7da247909d Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Fri, 20 Oct 2023 12:06:15 -0400 Subject: [PATCH] CI: trying to fix macos package publishing --- .github/workflows/cmake-macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-macos.yml b/.github/workflows/cmake-macos.yml index 8b302c08..24d9c3bf 100644 --- a/.github/workflows/cmake-macos.yml +++ b/.github/workflows/cmake-macos.yml @@ -99,8 +99,8 @@ jobs: - name: Publish package run: | pip install -U "scikit-ci-addons>=0.22.0" - ci_addons publish_github_release qiicr/dcmqi - --exit-success-if-missing-token - --prerelease-packages "${{ github.workspace }}/dcmqi-build/dcmqi-build/dcmqi-*-mac-*.tar.gz" - --prerelease-packages-clear-pattern "dcmqi-*-mac-*" --prerelease-packages-keep-pattern "*-*" - --token ${{ secrets.GA_TOKEN }} + ci_addons publish_github_release QIICR/dcmqi + --prerelease-packages "build/dcmqi-build/dcmqi-*-mac-*.tar.gz" + --prerelease-packages-clear-pattern "dcmqi-*-mac-*" + --prerelease-packages-keep-pattern "*-*" + --exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}