Skip to content

Releases: varunsridharan/action-envato-publisher

1.6

19 Mar 04:11
e0f1020
Compare
Choose a tag to compare
  • Action now outputs source file & screenshot file name & location with below variable
- source_zip
- source_zip_location

- screenshots_zip
- screenshots_zip_location

1.5

22 Oct 08:28
07971d1
Compare
Choose a tag to compare
  • Migrated From alpine:latest To varunsridharan/actions-alpine:latest Docker Image
  • Improved Logging

1.4

27 Jun 08:33
4463679
Compare
Choose a tag to compare

🚨 Breaking Change

  • CUSTOM_COMMAND Removed
  • EXCLUDE_LIST Removed
  • ASSETS_EXCLUDE_LIST Removed

🆕 Added

  • DIST_IGNORE - Supports File Like .gitignore
  • ASSETS_IGNORE - Supports File Like .gitignore

💱 Changed

  • composer:1 Docker Image To alpine:latest to improve speed

1.3

05 Jun 01:15
f38713f
Compare
Choose a tag to compare

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

1.2

29 Apr 06:27
f2f8663
Compare
Choose a tag to compare
  • Improved Runtime Speed
  • Improved Logging

1.1

07 Sep 12:29
d4bd006
Compare
Choose a tag to compare

Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots

1.0

23 Aug 08:00
681931a
Compare
Choose a tag to compare

First Release