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 ."
|
run: "zip -r wiki.zip ."
|
||||||
working-directory: "wiki"
|
working-directory: "wiki"
|
||||||
|
|
||||||
|
- name: "Move wiki archive to root"
|
||||||
|
run: "mv wiki/wiki.zip wiki.zip"
|
||||||
|
|
||||||
- name: "Upload wiki archive"
|
- name: "Upload wiki archive"
|
||||||
run: "node scripts/src/addWikiArtifactToRelease.mjs"
|
run: "node scripts/src/addWikiArtifactToRelease.mjs"
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue