Added
DIST_LOCATION will be used to store final zip files in current action instance which can be later used to upload zipfiles to Github release using
- name: Upload ZIP To Release in Github
uses: Roang-zero1/github-upload-release-artifacts-action@master
with:
args: dist/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}