Add move archive step
This commit is contained in:
parent
c9d8a81153
commit
fe7fb028bd
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ jobs:
|
|||
run: "zip -r wiki.zip ."
|
||||
working-directory: "wiki"
|
||||
|
||||
- name: "Move wiki archive to root"
|
||||
run: "mv wiki/wiki.zip wiki.zip"
|
||||
|
||||
- name: "Upload wiki archive"
|
||||
run: "node scripts/src/addWikiArtifactToRelease.mjs"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue