Do not bundle output with docker.

This commit is contained in:
Christoffer Lerno
2024-08-13 15:23:56 +02:00
parent 1dd2b0ec19
commit e68b453218

View File

@@ -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: