Skip to content

Commit

Permalink
Only keep release artifacts for one day
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Apr 28, 2023
1 parent a74d012 commit bdb9ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
path: ${{ env.binary }}.zip
name: wasm
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
with:
path: ${{ env.binary }}.zip
name: linux
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
Expand Down Expand Up @@ -136,6 +138,7 @@ jobs:
with:
path: ${{ env.binary }}.zip
name: windows
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
Expand Down Expand Up @@ -179,6 +182,7 @@ jobs:
with:
path: ${{ env.binary }}.dmg
name: mac
retention-days: 1

- name: Upload binaries to release
if: ${{ env.add_binaries_to_github_release == 'true' }}
Expand Down

0 comments on commit bdb9ac3

Please sign in to comment.