Skip to content

Commit 4f3029d

Browse files
committed
Keep canary artifacts for seven days
1 parent d730a46 commit 4f3029d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/canary.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ jobs:
662662
with:
663663
name: canary-win64
664664
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}\out\Release\artifact\update\
665-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
665+
retention-days: 7
666666

667667
# The portable is its own artifact so its link can be handed to a
668668
# user in an issue; on the private lane it is transport to the
@@ -672,7 +672,7 @@ jobs:
672672
with:
673673
name: canary-win64-portable
674674
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}\out\Release\artifact\portable\
675-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
675+
retention-days: 7
676676

677677
# Two single-arch builds, lipo'd back together by the 'macos' job
678678
# below: half the wall clock and half the peak linker memory of one
@@ -1065,14 +1065,14 @@ jobs:
10651065
with:
10661066
name: canary-mac
10671067
path: ${{ env.REPO_NAME }}/out/Release/artifact/update/
1068-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
1068+
retention-days: 7
10691069

10701070
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
10711071
name: Upload the portable.
10721072
with:
10731073
name: canary-mac-portable
10741074
path: ${{ env.REPO_NAME }}/out/Release/artifact/portable/
1075-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
1075+
retention-days: 7
10761076

10771077
linux:
10781078
name: Linux x64 (${{ needs.version.outputs.channel }})
@@ -1324,14 +1324,14 @@ jobs:
13241324
with:
13251325
name: canary-linux
13261326
path: out/Release/artifact/update/
1327-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
1327+
retention-days: 7
13281328

13291329
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
13301330
name: Upload the portable.
13311331
with:
13321332
name: canary-linux-portable
13331333
path: out/Release/artifact/portable/
1334-
retention-days: ${{ needs.version.outputs.channel == 'public' && 90 || 1 }}
1334+
retention-days: 7
13351335

13361336
publish-win64:
13371337
name: Publish win64 (${{ needs.version.outputs.channel }})

0 commit comments

Comments
 (0)