From 85943c80865d82d699c841631ab3dbd549ecdbe8 Mon Sep 17 00:00:00 2001 From: krande Date: Tue, 1 Aug 2023 21:38:47 +0200 Subject: [PATCH] add platform conda pkg dir in matrix --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 68ed777f10..2f22734fc0 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -28,9 +28,9 @@ jobs: { name: py311, distver: '3.11' } ] platform: [ - { name: Windows, distver: windows-2022, upload: 'true' }, - { name: Linux, distver: ubuntu-22.04, upload: 'true' }, - { name: macOS, distver: macos-13, upload: 'true' } + { name: win, distver: windows-latest, pkg_dir: 'win-64' }, + { name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' }, + { name: macOS, distver: macos-latest, pkg_dir: 'osx-64' } ] steps: - uses: actions/checkout@v3