Skip to content

Commit

Permalink
Only keep release artifacts for one day (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye authored Sep 20, 2023
1 parent b2916ed commit c3e4e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 }}-macOS-intel.dmg
name: macOS-intel
retention-days: 1

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

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

0 comments on commit c3e4e6d

Please sign in to comment.