Skip to content

Update upload-artifact to v4 #2

Update upload-artifact to v4

Update upload-artifact to v4 #2

Workflow file for this run

name: Package Plugin
on:
release:
types: [published]
jobs:
zip-plugin:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Zip plugin
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: proxy-aware-https-fix
path: proxy-aware-https-fix.zip