Skip to content

FIX: prevents the use of third-party find #20

FIX: prevents the use of third-party find

FIX: prevents the use of third-party find #20

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