Skip to content

Commit 33081f4

Browse files
committed
fix build and test workflow
1 parent ed4a349 commit 33081f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Windows MSVC
4040
uses: ilammy/msvc-dev-cmd@v1
4141
- name: Set CodeSign Certificate macOS
42-
if: ${{ matrix.os == 'macos-latest' && github.repository == 'cnr-isti-vclab/vclib'}}
42+
if: ${{ matrix.os == 'macos-latest' && github.repository == 'cnr-isti-vclab/PyMeshLab'}}
4343
uses: apple-actions/import-codesign-certs@v3
4444
with:
4545
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}

0 commit comments

Comments
 (0)