mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-03-11 02:10:59 +01:00
Adjust retention of release package builds
This commit is contained in:
parent
742f7110bf
commit
e0767e3ef8
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linkace-package
|
||||
retention-days: 7
|
||||
path: |
|
||||
.
|
||||
!.git
|
||||
@ -73,6 +74,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linkace-docker
|
||||
retention-days: 7
|
||||
path: |
|
||||
docker-compose.yml
|
||||
.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user