Skip to content

Commit

Permalink
Unset the artifact retention period for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Jan 5, 2024
1 parent 6d6a08f commit 123a4cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: artifacts
path: build/libs
retention-days: 30
path: build/libs

0 comments on commit 123a4cc

Please sign in to comment.