Skip to content

Commit

Permalink
build: fix github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eXaminator committed Jul 17, 2021
1 parent 7ac2ed3 commit e497d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: steps.create-release.outputs.new-release-published == 'true'
uses: eXaminator/[email protected]
with:
manifest-path: ./dist/module.json
manifest-path: dist/module.json
package-id: ${{ secrets.FVTT_PACKAGE_ID }}
fvtt-username: ${{ secrets.FVTT_USERNAME }}
fvtt-password: ${{ secrets.FVTT_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
from: "__VERSION__"
to: "${nextRelease.version}"
- - '@semantic-release/exec'
- prepareCmd: cd ./dist && zip -r ../module.zip .
- prepareCmd: apt-get update && apt-get install zip && cd ./dist && zip -r ../module.zip .
- - '@semantic-release/github'
- assets:
- path: dist/module.json
Expand Down

0 comments on commit e497d30

Please sign in to comment.