Skip to content

Commit

Permalink
Remove unnecessary release files
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Jun 13, 2024
1 parent 0b11963 commit 03dbe44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 03dbe44

Please sign in to comment.