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 0d5ae6a commit b36bbe4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/zipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Create artifact
uses: montudor/[email protected]
with:
args: zip -X -r build/extension.zip . -x zip/\* *.git* *.md .replit
- name: Upload artifact
uses: actions/upload-artifact@v2
args: zip -X -r build/paypalfeecalculator.zip . -x zip/\* *.git* *.md .replit
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
name: PayPalFeeCalculator
path: build/extension.zip
args: build/paypalfeecalculator.zip application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b36bbe4

Please sign in to comment.