Skip to content

Commit 1450374

Browse files
authored
Create ZipVQL.yaml
1 parent 8070189 commit 1450374

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ZipVQL.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Create Archive
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v1
8+
- name: Zip Folder
9+
run: zip -r DetectRaptorVQL.zip vql/*.yaml
10+
- uses: ncipollo/release-action@v1
11+
with:
12+
artifacts: DetectRaptorVQL.zip
13+
tag: DetectRaptor
14+
allowUpdates: true

0 commit comments

Comments
 (0)