Skip to content

Commit

Permalink
Create build-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meteor-ec authored Jul 18, 2024
1 parent 62617e7 commit 0a9aace
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build release zip

on:
workflow_dispatch

jobs:
build:
name: Build release zip
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Generate zip
uses: 10up/action-wordpress-plugin-build-zip@stable
env:
SLUG: ecwid-shopping-cart

- name: Output artifact URL
run: echo 'Artifact URL is ${{ steps.upload-plugin-artifact.outputs.artifact-url }}'

0 comments on commit 0a9aace

Please sign in to comment.