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-target: /cache
- name: 🔨 Copy necessary files
run: |
cp dist/web/serve.py out/nightly/start_imhex_web.py
- name: 🛠️ Build using docker
run: |
mkdir -p out/nightly
@@ -1230,10 +1234,6 @@ jobs:
with:
path: out/
- name: 🔨 Copy necessary files
run: |
cp dist/web/serve.py out/nightly/start_imhex_web.py
- name: ⬆️ Upload package
uses: actions/upload-artifact@v4
with:
@@ -1276,7 +1276,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
.github/scripts/delete-artifact.sh "ImHex Web"
.github/scripts/delete-artifact.sh "github-pages"
webassembly-docker-image-deploy:
runs-on: ubuntu-latest