Skip to content

moving things around #1

moving things around

moving things around #1

Workflow file for this run

name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: "zip"
path: "./vikinghug"
filename: "releases/vikinghug.zip"
exclusions: "*.git* /*node_modules/* .editorconfig"