Skip to content

Merge branch 'main' of github.com:mmz-srf/srf-weather-widget into main #11

Merge branch 'main' of github.com:mmz-srf/srf-weather-widget into main

Merge branch 'main' of github.com:mmz-srf/srf-weather-widget into main #11

Workflow file for this run

name: Create wp-plugin zip
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create zip archive
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: "wp-srf-weather-widget.zip"
directory: "./wp-plugin"
path: "./srf-weather-widget"
- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: 'wp-srf-weather-widget'
path: './wp-plugin/wp-srf-weather-widget.zip'