Skip to content

Commit c4fcee1

Browse files
committed
ci: filter on artifact files
1 parent c5dbe48 commit c4fcee1

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ jobs:
119119
uses: actions/upload-artifact@v3
120120
with:
121121
name: cloudproof_java_${{ github.ref_name }}
122-
path: .
122+
path: |
123+
.
124+
!.git
125+
!.mypy_cache
123126
retention-days: 1
124127
if-no-files-found: error
125128

bump_version.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)