Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump build process and message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Apr 28, 2023
1 parent cf5fea8 commit d05ef94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
uses: actions/checkout@v3

- name: Zip Folder
run: cd media && cp ../LICENSE ./ && zip -r ENS-Media-Kit.zip . && mv ./ENS-Media-Kit.zip ../
run: cd media && cp ../LICENSE ./ && zip -r "ENS Media Kit.zip" . && mv "ENS Media Kit.zip" ../

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: ENS-Media-Kit.zip
files: "ENS Media Kit.zip"
generate_release_notes: true
body: |
This is a CI/CD test release. Please ignore this version of the media-kit.
This is a pre-release of the ENS Media Kit. To download the assets see the "Assets" dropdown below. There you will find archive file containing the media-kit.

0 comments on commit d05ef94

Please sign in to comment.