Skip to content

Commit

Permalink
Merge pull request #252 from jameshball/jameshball-patch-1
Browse files Browse the repository at this point in the history
Change binaries retention
  • Loading branch information
jameshball authored Aug 25, 2024
2 parents 49af99e + d7cb06e commit 7ab8305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
name: Binaries
path: bin
retention-days: 1
retention-days: 7
build-macos:
name: Build macOS
runs-on: macos-latest
Expand All @@ -55,7 +55,7 @@ jobs:
with:
name: Binaries
path: bin
retention-days: 1
retention-days: 7
build-windows:
name: Build Windows
runs-on: windows-latest
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
with:
name: Binaries
path: bin
retention-days: 1
retention-days: 7

0 comments on commit 7ab8305

Please sign in to comment.