Update build_joomla_zip.yml
This commit is contained in:
3
.github/workflows/build_joomla_zip.yml
vendored
3
.github/workflows/build_joomla_zip.yml
vendored
@@ -27,6 +27,7 @@
|
|||||||
# BRIEF: Build a Joomla ZIP from /src and optionally attach it to a GitHub Release.
|
# BRIEF: Build a Joomla ZIP from /src and optionally attach it to a GitHub Release.
|
||||||
# NOTE: Zips the contents of /src (not the folder) to avoid nested ZIP structures.
|
# NOTE: Zips the contents of /src (not the folder) to avoid nested ZIP structures.
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
#
|
||||||
# Script details
|
# Script details
|
||||||
# - Builds a ZIP artifact from the repository /src folder.
|
# - Builds a ZIP artifact from the repository /src folder.
|
||||||
# - Runs automatically when a GitHub Release is created.
|
# - Runs automatically when a GitHub Release is created.
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
|
|
||||||
name: Build Joomla ZIP from src
|
name: Build Joomla ZIP from src
|
||||||
|
|
||||||
on:
|
"on":
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user