We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e65b commit 47975b0Copy full SHA for 47975b0
.github/workflows/release-google-secops.yml
@@ -15,8 +15,8 @@ jobs:
15
16
- name: Create Extension Artifact
17
run: |
18
- cd extensions/google-secops
19
- zip -r ../../google-secops.zip . -x "TOOL_MAPPING.md"
+ cd extensions
+ zip -r ../google-secops.zip google-secops -x "google-secops/TOOL_MAPPING.md"
20
21
- name: Create GitHub Release
22
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
0 commit comments