Skip to content

Commit

Permalink
retention 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored May 5, 2024
1 parent ce5ebef commit 2208b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ jobs:
with:
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
path: build/jpackage/*.exe
retention-days: 30
retention-days: 7
- name: Upload MSI as an artifact
uses: actions/upload-artifact@v2
with:
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
path: build/jpackage/*.msi
retention-days: 30
retention-days: 7
- name: Upload DEB as an artifact
uses: actions/upload-artifact@v2
with:
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
path: build/jpackage/*.deb
retention-days: 30
retention-days: 7
- name: Upload RPM as an artifact
uses: actions/upload-artifact@v2
with:
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
path: build/jpackage/*.rpm
retention-days: 30
retention-days: 7

0 comments on commit 2208b7d

Please sign in to comment.