Skip to content

fix shopware 6.5 compatibility #3

fix shopware 6.5 compatibility

fix shopware 6.5 compatibility #3

Workflow file for this run

name: Package
on:
workflow_dispatch:
push:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Plugin ZIP
run: ./create_plugin_zip.sh
- uses: actions/upload-artifact@v4
with:
path: codebarista_revocationbutton_*.zip
if-no-files-found: error