From 03dbe444f06a3ba380af9f6539e77f1f0994f866 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Thu, 13 Jun 2024 12:31:21 +0200 Subject: [PATCH] Remove unnecessary release files --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de263268e..2f161ff56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,6 +188,10 @@ jobs: aws_region_name: ${{ vars.AWS_REGION_NAME }} aws_secret_id: ${{ secrets.AWS_SECRET_ID }} + - name: "Remove unnecessary files" + run: rm -f ${RELEASE_ASSETS}/release_run_id.txt + shell: bash + - name: Download all release artifacts run: gh release download ${{ inputs.version }} --dir ${{ env.RELEASE_ASSETS }}