Skip to content

Commit

Permalink
Re-enable zip upload on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored Oct 30, 2024
1 parent 6c9e326 commit e7fc82e
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/createzip.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Installable Plugin
on:
push:
branches:
- "*"
# release:
# types: [published]
release:
types: [published]
jobs:
build:
name: Upload Release Asset
Expand Down Expand Up @@ -50,9 +47,9 @@ jobs:
with:
name: mollie-api-php
path: build/mollie-api-php.zip
# - name: Upload to release
# uses: JasonEtco/upload-to-release@master
# with:
# args: build/mollie-api-php.zip application/zip
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: build/mollie-api-php.zip application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7fc82e

Please sign in to comment.