Skip to content

Commit

Permalink
Adjust retention of release package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jul 17, 2024
1 parent 742f711 commit e0767e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: linkace-package
retention-days: 7
path: |
.
!.git
Expand All @@ -73,6 +74,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: linkace-docker
retention-days: 7
path: |
docker-compose.yml
.env
Expand Down

0 comments on commit e0767e3

Please sign in to comment.