mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
fix paths
This commit is contained in:
parent
bbb6e3f309
commit
dab8c1a976
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -44,10 +44,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
path: |
|
path: |
|
||||||
/dist/main.bundle.js
|
dist/main.bundle.js
|
||||||
/dist/main.bundle.js.map
|
dist/main.bundle.js.map
|
||||||
/dist/vendor.bundle.js
|
dist/vendor.bundle.js
|
||||||
/dist/vendor.bundle.js.map
|
dist/vendor.bundle.js.map
|
||||||
index.html
|
index.html
|
||||||
expire-on: never
|
expire-on: never
|
||||||
|
|
||||||
@ -58,5 +58,5 @@ jobs:
|
|||||||
if: ${{ github.event.inputs.buildDoc == 'true' }}
|
if: ${{ github.event.inputs.buildDoc == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: markdown
|
name: markdown
|
||||||
path: /markdown/
|
path: markdown/
|
||||||
expire-on: never
|
expire-on: never
|
||||||
|
Loading…
Reference in New Issue
Block a user