diff --git a/.github/release.yml b/.github/release.yml deleted file mode 100644 index 9ede199..0000000 --- a/.github/release.yml +++ /dev/null @@ -1,41 +0,0 @@ -on: - push: - # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - -name: Upload Release Asset - -jobs: - build: - name: Upload Release Asset - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Get version - id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/*/} - - name: Zip files - run: | - zip -r ${{ steps.get_version.outputs.VERSION }}.zip * - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false - - name: Upload Release Asset - id: upload-release-asset - uses: actions/upload-release-asset@v1.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - 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 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ede199..31ce806 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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 \ No newline at end of file + asset_content_type: application/zip diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b8bce..fbb6db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/module.json b/module.json index a337abe..e2a96b6 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "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.
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", @@ -10,7 +10,7 @@ "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",