Skip to content

Commit df31c01

Browse files
committed
d
2 parents 2e087fa + 2641e9f commit df31c01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Create Archive
2+
on: [workflow_dispatch]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Archive Release
9+
uses: thedoctor0/zip-release@0.7.1
10+
with:
11+
type: 'zip'
12+
filename: 'release.zip'
13+
exclusions: '*.gitignore docs/ Examples/ README.md'

0 commit comments

Comments
 (0)