Skip to content

Add zap sound effect #47

Add zap sound effect

Add zap sound effect #47

Workflow file for this run

name: "pre-release"
on:
push:
branches:
- "master"
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
uses: ComunidadAylas/[email protected]
with:
path: pack
zip_spec_conformance_level: disregard
- name: Download optimized pack
uses: actions/download-artifact@v2
with:
name: Optimized pack
- name: Publish release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
pack.zip