Skip to content

Update README.md

Update README.md #1

Workflow file for this run

name: Create Archive
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*' # Push events to matching *, i.e. v1.0, v20.15.10
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Make release archive
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'opencart-4-begateway-payment-extension.ocmod.zip'
exclusions: '*.git* docker* LICENSE* Makefile README* *.zip /*docker/*'
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "opencart-4-begateway-payment-extension.ocmod.zip"
token: ${{ secrets.GITHUB_TOKEN }}