Skip to content

Commit 84b25cd

Browse files
committed
fix: ensure newline at end of file in generate-war workflow artifact upload step
1 parent b00bdab commit 84b25cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-war.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ jobs:
165165
- uses: actions/upload-artifact@v4
166166
with:
167167
name: war-file
168-
path: ./deployment/payara/target/*.war
168+
path: ./deployment/payara/target/*.war

0 commit comments

Comments
 (0)