mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
ci: Make sure folder exists before copying files
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1210,11 +1210,11 @@ jobs:
|
||||
|
||||
- name: 🔨 Copy necessary files
|
||||
run: |
|
||||
mkdir -p out/nightly
|
||||
cp dist/web/serve.py out/nightly/start_imhex_web.py
|
||||
|
||||
- name: 🛠️ Build using docker
|
||||
run: |
|
||||
mkdir -p out/nightly
|
||||
docker buildx build . -f dist/web/Dockerfile --progress=plain --build-arg 'JOBS=4' --output out/nightly --target raw
|
||||
|
||||
- name: ⬇️ Download Release artifact
|
||||
|
||||
Reference in New Issue
Block a user