From 7fee0eb171f1753bb9fa3db75abc1a236308b68f Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Thu, 9 Feb 2023 13:29:46 +0100 Subject: [PATCH] Fixes zip-zip --- .github/workflows/build-in-docker.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-in-docker.yml b/.github/workflows/build-in-docker.yml index 17d95bf81..4c3cd04dd 100644 --- a/.github/workflows/build-in-docker.yml +++ b/.github/workflows/build-in-docker.yml @@ -15,12 +15,6 @@ jobs: clean: false - name: Build using Docker run: /bin/bash release-builder.sh - - uses: actions/upload-artifact@v3 - with: - name: build-${{ github.run_number }} - path: | - release-build/xahaud - release-build/release.info publisher: needs: builder