mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
ci: Fix artifact names
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -1208,6 +1208,10 @@ jobs:
|
|||||||
cache-source: cache
|
cache-source: cache
|
||||||
cache-target: /cache
|
cache-target: /cache
|
||||||
|
|
||||||
|
- name: 🔨 Copy necessary files
|
||||||
|
run: |
|
||||||
|
cp dist/web/serve.py out/nightly/start_imhex_web.py
|
||||||
|
|
||||||
- name: 🛠️ Build using docker
|
- name: 🛠️ Build using docker
|
||||||
run: |
|
run: |
|
||||||
mkdir -p out/nightly
|
mkdir -p out/nightly
|
||||||
@@ -1230,10 +1234,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: out/
|
path: out/
|
||||||
|
|
||||||
- name: 🔨 Copy necessary files
|
|
||||||
run: |
|
|
||||||
cp dist/web/serve.py out/nightly/start_imhex_web.py
|
|
||||||
|
|
||||||
- name: ⬆️ Upload package
|
- name: ⬆️ Upload package
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
@@ -1276,7 +1276,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/delete-artifact.sh "ImHex Web"
|
.github/scripts/delete-artifact.sh "github-pages"
|
||||||
|
|
||||||
webassembly-docker-image-deploy:
|
webassembly-docker-image-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
dist/web/Host.Dockerfile
vendored
2
dist/web/Host.Dockerfile
vendored
@@ -6,4 +6,4 @@ COPY ./out/ .
|
|||||||
|
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
|
|
||||||
CMD [ "python", "/imhex/serve.py" ]
|
CMD [ "python", "/imhex/start_imhex_web.py" ]
|
||||||
4
dist/web/source/index.html
vendored
4
dist/web/source/index.html
vendored
@@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://imhex.werwolv.net/">
|
<meta property="og:url" content="https://web.imhex.werwolv.net/">
|
||||||
<meta property="og:title" content="ImHex Web - Online Hex Editor">
|
<meta property="og:title" content="ImHex Web - Online Hex Editor">
|
||||||
<meta property="og:image" content="splash_wasm.png">
|
<meta property="og:image" content="splash_wasm.png">
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<meta property="twitter:card" content="summary_large_image">
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
<meta property="twitter:url" content="https://imhex.werwolv.net/">
|
<meta property="twitter:url" content="https://web.imhex.werwolv.net/">
|
||||||
<meta property="twitter:title" content="ImHex Web - Online Hex Editor">
|
<meta property="twitter:title" content="ImHex Web - Online Hex Editor">
|
||||||
<meta property="twitter:description"
|
<meta property="twitter:description"
|
||||||
content="A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.">
|
content="A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.">
|
||||||
|
|||||||
Reference in New Issue
Block a user