We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8286bea commit 73e7822Copy full SHA for 73e7822
.github/workflows/prerelease.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Upload Pipeline Artifacts
44
uses: actions/upload-artifact@v3
45
with:
46
+ retention-days: 1
47
name: built-artifacts
48
path: dist/
49
.github/workflows/release.yml
@@ -36,6 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments