Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Shorter retention day of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Aug 23, 2023
1 parent 95ea120 commit a6783eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
name: filc-ubuntu20
path: ${{github.workspace}}/build/src/filc
retention-days: 5

build-macos:
name: Build MacOS 12
Expand All @@ -60,6 +61,7 @@ jobs:
with:
name: filc-macos12
path: ${{github.workspace}}/build/src/filc
retention-days: 5

build-windows:
name: Build Windows 2022
Expand All @@ -84,3 +86,4 @@ jobs:
# with:
# name: filc-windows2022
# path: ${{github.workspace}}/build/?
# retention-days: 5

0 comments on commit a6783eb

Please sign in to comment.