From 3f4d183680f6196eae993ce3214f908fd2333fcb Mon Sep 17 00:00:00 2001 From: krande Date: Wed, 2 Aug 2023 08:40:26 +0200 Subject: [PATCH] ready for PR --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 2f22734fc0..baf28778f8 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -3,13 +3,13 @@ name: ci-ifcopenshell-conda-daily-v0.8.0 on: push: branches: - - v0.8.0-pr-conda-daily + - v0.8.0 jobs: activate: runs-on: ubuntu-latest if: | - github.repository == 'krande/IfcOpenShell' + github.repository == 'IfcOpenShell/IfcOpenShell' steps: - name: Set env run: echo ok go @@ -70,9 +70,9 @@ jobs: - name: upload to anaconda if: ${{ matrix.platform.name == 'win' }} run: | - anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell --label dev '${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2' + anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell '${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2' - name: upload to anaconda if: ${{ matrix.platform.name != 'win' }} run: | - anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell --label dev ${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2 \ No newline at end of file + anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload --force --user ifcopenshell ${{ github.workspace }}/dist/${{ matrix.platform.pkg_dir }}/*.tar.bz2 \ No newline at end of file