Skip to content

Commit

Permalink
zipit
Browse files Browse the repository at this point in the history
  • Loading branch information
koehntopp authored Aug 20, 2021
1 parent b36bbe4 commit 80a1560
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/zipit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Zip Files

on: workflow_dispatch
on:
release:
types: [published]

jobs:
zip-files:
Expand All @@ -14,7 +16,7 @@ jobs:
- name: Create artifact
uses: montudor/[email protected]
with:
args: zip -X -r build/paypalfeecalculator.zip . -x zip/\* *.git* *.md .replit
args: zip -X -r build/paypalfeecalculator.zip . -x zip/\* *.git* *.md .replit Archive.zip index.html
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
Expand Down

0 comments on commit 80a1560

Please sign in to comment.