From babf14a8d262f87d61d250367bc3af51fa63009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 1 Mar 2025 17:46:58 +0100 Subject: [PATCH] Do not publish the archives with the Antville source code These sources are included in the release files, anyway. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ce8e34e..3bf3cd27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: title: Antville ${{ github.ref_name }} release-dir: build/distributions release-notes: ${{ steps.create_release_notes.outputs.release_notes }} + hide-archive-link: true verbose: true # - name: Create release at GitHub