Skip to content

Commit 73e7822

Browse files
authored
chore(actions): clean artifacts (#103)
1 parent 8286bea commit 73e7822

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Upload Pipeline Artifacts
4444
uses: actions/upload-artifact@v3
4545
with:
46+
retention-days: 1
4647
name: built-artifacts
4748
path: dist/
4849

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Upload Pipeline Artifacts
3737
uses: actions/upload-artifact@v3
3838
with:
39+
retention-days: 1
3940
name: built-artifacts
4041
path: dist/
4142

0 commit comments

Comments
 (0)