From e68b453218250524524c39e123b994876d9a78f0 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 13 Aug 2024 15:23:56 +0200 Subject: [PATCH] Do not bundle output with docker. --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90db0c4a2..7ac3b21bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -584,20 +584,6 @@ jobs: cd test python3 src/tester.py ../build/c3c test_suite/ - - name: bundle_output - run: | - mkdir c3 - cp -r lib c3 - cp msvc_build_libraries.py c3 - cp build/c3c c3 - tar czf c3-ubuntu-${{matrix.build_type}}.tar.gz c3 - - - name: upload artifacts - uses: actions/upload-artifact@v3 - with: - name: c3-ubuntu-${{ matrix.ubuntu_version }}-${{matrix.build_type}} - path: c3-ubuntu-${{matrix.build_type}}.tar.gz - build-mac: runs-on: macos-latest strategy: