Skip to content

Commit

Permalink
Adding zip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
molotow11 committed May 25, 2023
1 parent ef554f8 commit 47135a8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Create zip packages

on:
release:
types: [published]

jobs:
zip-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: vimtor/action-zip@v1
with:
files: articlesgoodsearch/
dest: articlesgoodsearch.zip
- uses: vimtor/action-zip@v1
with:
files: mod_articles_good_search/
dest: mod_articles_good_search.zip

0 comments on commit 47135a8

Please sign in to comment.