Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Dec 6, 2020
1 parent 97202fa commit 2205aee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 46 deletions.
41 changes: 0 additions & 41 deletions .github/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

name: Upload Release Asset

Expand All @@ -18,7 +18,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/*/}
- name: Zip files
run: |
zip -r ${{ steps.get_version.outputs.VERSION }}.zip *
zip -r ${{ steps.get_version.outputs.VERSION }}.zip css js LICENSE module.json
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -38,4 +38,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ steps.get_version.outputs.VERSION }}.zip
asset_name: ${{ steps.get_version.outputs.VERSION }}.zip
asset_content_type: application/zip
asset_content_type: application/zip
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.3.1

- Fixed packaging, removed unecessary files from the package.
- now using some manifest+ features (created an icon)

# v1.3.0

- Added reset button to each step
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "find-the-culprit",
"title": "Find the culprit",
"description": "This module helps you to find a module causing issues, by automating the process of deactivating and reactivating modules.<br>Just click the 'Find the culprit' button inside Module Management.",
"version": "1.3.0",
"version": "1.3.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "1.0.0",
"author": "Moerill",
"esmodules": ["js/find-the-culprit.js"],
"styles": ["css/find-the-culprit.css"],
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-find-the-culprit/master/module.json",
"url": "https://github.com/Moerill/fvtt-find-the-culprit",
"download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.3.0/v1.3.0.zip",
"download": "https://github.com/Moerill/fvtt-find-the-culprit/releases/download/v1.3.1/v1.3.1.zip",
"media": [
{
"type": "icon",
Expand Down

0 comments on commit 2205aee

Please sign in to comment.