Skip to content

release

release #21

Workflow file for this run

name: release
on:
push:
tags:
- "v*.*.*"
jobs:
make-zip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: zip -r -x=.git* vsget.zip .
- uses: softprops/action-gh-release@v1
with:
files: vsget.zip