Skip to content

Commit 03dbe44

Browse files
committed
Remove unnecessary release files
1 parent 0b11963 commit 03dbe44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ jobs:
188188
aws_region_name: ${{ vars.AWS_REGION_NAME }}
189189
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
190190

191+
- name: "Remove unnecessary files"
192+
run: rm -f ${RELEASE_ASSETS}/release_run_id.txt
193+
shell: bash
194+
191195
- name: Download all release artifacts
192196
run: gh release download ${{ inputs.version }} --dir ${{ env.RELEASE_ASSETS }}
193197

0 commit comments

Comments
 (0)