Skip to content

Commit

Permalink
Release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MallocArray committed Jan 20, 2022
1 parent e3799a7 commit 35e2838
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Create Archive
on: [push]
name: Zip Files

on:
release:
types: [published]

jobs:
build:
zip-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: 'unifi-oraclecloud.zip'
exclusions: '*.git*, unifi-oraclecloud.zip'
- uses: actions/checkout@v2
- uses: papeloto/action-zip@v1
with:
files: cloud-init/ *.tf
dest: unifi-oraclecloud.zip

0 comments on commit 35e2838

Please sign in to comment.