Skip to content

Commit

Permalink
chore: keep artifacts for 30 days instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Feb 9, 2025
1 parent e733b6f commit 9a1e996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: UHK.Agent-mac-installer
path: dist/UHK.Agent-*-mac.dmg
compression-level: 0
retention-days: 5
retention-days: 30

- name: Upload Linux AppImage artifact
if: runner.os == 'Linux'
Expand All @@ -80,7 +80,7 @@ jobs:
name: UHK.Agent-linux-x86_64.AppImage
path: dist/UHK.Agent-*-linux-x86_64.AppImage
compression-level: 0
retention-days: 5
retention-days: 30

- name: List dist folder on Windows
if: runner.os == 'Windows'
Expand All @@ -93,4 +93,4 @@ jobs:
name: UHK.Agent-windows-installers
path: dist/UHK.Agent-*-win*.exe
compression-level: 0
retention-days: 5
retention-days: 30

0 comments on commit 9a1e996

Please sign in to comment.