This commit is contained in:
13
.gitea/workflows/archive.yaml
Normal file
13
.gitea/workflows/archive.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Create Archive
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@0.7.5
|
||||
with:
|
||||
type: 'zip'
|
||||
filename: 'release.zip'
|
||||
exclusions: '*.git* /*node_modules/* .editorconfig'
|
||||
Reference in New Issue
Block a user