Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy authored Apr 4, 2021
1 parent 026780f commit f317e7c
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: Push Release

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Archive Release
uses: thedoctor0/zip-release@master
- uses: papeloto/action-zip@v1
with:
filename: 'package.zip'
exclusions: '*.git*'
files: /
dest: package.zip

0 comments on commit f317e7c

Please sign in to comment.