From 34069ffeaf426396cdb1a73119209a3c15252057 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Tue, 9 Apr 2024 16:08:54 +0200 Subject: [PATCH] fix ci pipeline --- .github/workflows/ccpp.yml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 620cf0dd..a3e91e86 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -55,13 +55,7 @@ jobs: - name: 'Build' shell: pwsh - run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL - - - name: Publish artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{ github.event.repository.name }}-ubuntu - path: build_release/${{ github.event.repository.name }}-*.deb + run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL osx-vcpkg: @@ -101,13 +95,7 @@ jobs: - name: 'Build' shell: pwsh - run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL - - - name: Publish artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{ github.event.repository.name }}-macos - path: build_release/${{ github.event.repository.name }}-*.dmg + run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL win-vcpkg: @@ -144,10 +132,4 @@ jobs: - name: Build shell: pwsh - run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL - - - name: Publish artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{ github.event.repository.name }}-windows - path: build_release/${{ github.event.repository.name }}-*.msi + run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL