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

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