Skip to content

Commit

Permalink
Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Sep 8, 2023
1 parent 6d418f5 commit 8689fd3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,20 @@
on:
workflow_dispatch:
inputs:
pluginVersion:
description: 'Plugin Version'
type: string
required: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
env:
PLUGIN_VERSION: ${{ inputs.logLevel }}
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
directory: 'payu'
filename: 'payu_prestashop_plugin_${{ inputs.logLevel }}.zip'

0 comments on commit 8689fd3

Please sign in to comment.