mirror of
https://github.com/alexkurowski/solo-toolkit.git
synced 2026-07-22 10:10:32 +00:00
Fix manual installation
This commit is contained in:
parent
3eb49d60b5
commit
35369ee1e1
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
npm install
|
||||
npm run build
|
||||
npm run deploy
|
||||
zip ./dist/solo-rpg-toolkit.zip dist/solo-rpg-toolkit/*
|
||||
cd dist
|
||||
zip solo-rpg-toolkit.zip solo-rpg-toolkit/*
|
||||
|
||||
- name: Create release
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue