Skip to content
Compare
Choose a tag to compare
@varunsridharan varunsridharan released this 05 Jun 01:01
· 1 commit to master since this release
883e1a7

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 }}