mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +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:
|
||||
name: app
|
||||
path: |
|
||||
/dist/main.bundle.js
|
||||
/dist/main.bundle.js.map
|
||||
/dist/vendor.bundle.js
|
||||
/dist/vendor.bundle.js.map
|
||||
dist/main.bundle.js
|
||||
dist/main.bundle.js.map
|
||||
dist/vendor.bundle.js
|
||||
dist/vendor.bundle.js.map
|
||||
index.html
|
||||
expire-on: never
|
||||
|
||||
@ -58,5 +58,5 @@ jobs:
|
||||
if: ${{ github.event.inputs.buildDoc == 'true' }}
|
||||
with:
|
||||
name: markdown
|
||||
path: /markdown/
|
||||
path: markdown/
|
||||
expire-on: never
|
||||
|
Loading…
Reference in New Issue
Block a user