Skip to content

Commit 272d3b9

Browse files
committed
Reduce Retention Days for Artifacts
1 parent 4cb1c50 commit 272d3b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-and-upload-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Upload Build Artifact
8484
uses: actions/upload-artifact@v4
8585
with:
86+
retention-days: 1 # reduce from 90-day default. This is only required for passing artifacts between jobs.
8687
name: build-${{ matrix.os }}
8788
path: |
8889
standalone/dist/scadnano*.*

0 commit comments

Comments
 (0)