Skip to content

NTR: update artifact version #712

NTR: update artifact version

NTR: update artifact version #712

Workflow file for this run

name: Build Release
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
name: Build Plugin
runs-on: ubuntu-latest
steps:
- name: Clone Code
uses: actions/checkout@v3
- name: Create Cache Directories
run: |
mkdir -p ~/.build
- name: Mount Build Cache
uses: actions/cache@v3
with:
key: cache-plugin-${{ github.run_id }}
path: ~/.build
- name: Build Plugin
uses: ./.github/actions/build-plugin
with:
shopware: 5.7.16