Skip to content

Commit 47975b0

Browse files
committed
fix: zip google-secops directory instead of contents
1 parent 872e65b commit 47975b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-google-secops.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Create Extension Artifact
1717
run: |
18-
cd extensions/google-secops
19-
zip -r ../../google-secops.zip . -x "TOOL_MAPPING.md"
18+
cd extensions
19+
zip -r ../google-secops.zip google-secops -x "google-secops/TOOL_MAPPING.md"
2020
2121
- name: Create GitHub Release
2222
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0

0 commit comments

Comments
 (0)