Merge pull request #252 from jameshball/jameshball-patch-1

Change binaries retention
pull/253/head
James H Ball 2024-08-25 20:12:39 +01:00 zatwierdzone przez GitHub
commit 7ab830525e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -28,7 +28,7 @@ jobs:
with: with:
name: Binaries name: Binaries
path: bin path: bin
retention-days: 1 retention-days: 7
build-macos: build-macos:
name: Build macOS name: Build macOS
runs-on: macos-latest runs-on: macos-latest
@ -55,7 +55,7 @@ jobs:
with: with:
name: Binaries name: Binaries
path: bin path: bin
retention-days: 1 retention-days: 7
build-windows: build-windows:
name: Build Windows name: Build Windows
runs-on: windows-latest runs-on: windows-latest
@ -83,4 +83,4 @@ jobs:
with: with:
name: Binaries name: Binaries
path: bin path: bin
retention-days: 1 retention-days: 7