ci: Fix artifact names

This commit is contained in:
WerWolv
2026-01-11 09:52:34 +01:00
parent 68487bc903
commit f09b1aae23
3 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -6,4 +6,4 @@ COPY ./out/ .
EXPOSE 9090 EXPOSE 9090
CMD [ "python", "/imhex/serve.py" ] CMD [ "python", "/imhex/start_imhex_web.py" ]

View File

@@ -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.">