This commit is contained in:
@@ -42,7 +42,7 @@ RUN node scripts/generate-updater.mjs
|
|||||||
# === Artifacts ===
|
# === Artifacts ===
|
||||||
FROM scratch AS artifacts
|
FROM scratch AS artifacts
|
||||||
|
|
||||||
COPY --from=builder /app/updater.json /artifacts
|
COPY --from=builder /app/updater.json ./artifacts
|
||||||
COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ /artifacts
|
COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ ./artifacts
|
||||||
|
|
||||||
CMD ["true"]
|
CMD ["true"]
|
||||||
|
|||||||
Reference in New Issue
Block a user