Skip to content

Commit 1daf11a

Browse files
author
elchananarb
committed
Update update-cli.yml
1 parent 99717e9 commit 1daf11a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
3535
- name: Track large files with Git LFS
3636
run: |
37-
git lfs track "src/main/resources/cx-linux"
38-
git lfs track "src/main/resources/cx.exe"
39-
git lfs track "src/main/resources/cx-mac"
37+
git lfs track "src/main/wrapper/resources/cx-linux"
38+
git lfs track "src/main/wrapper/resources/cx.exe"
39+
git lfs track "src/main/wrapper/resources/cx-mac"
4040
git add .gitattributes
41-
git add src/main/resources/cx-linux src/main/resources/cx.exe src/main/resources/cx-mac
41+
git add src/main/wrapper/resources/cx-linux src/main/wrapper/resources/cx.exe src/main/wrapper/resources/cx-mac
4242
git commit -m "Track Checkmarx CLI binaries with Git LFS"
4343
4444
- name: Download latest cli and update branch

0 commit comments

Comments
 (0)