This commit is contained in:
@@ -37,14 +37,14 @@ RUN cargo install --locked cargo-xwin
|
||||
|
||||
RUN yarn tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
|
||||
|
||||
RUN ls -la src-tauri/target
|
||||
|
||||
RUN node scripts/generate-updater.mjs
|
||||
|
||||
# === Artifacts ===
|
||||
FROM scratch AS artifacts
|
||||
|
||||
COPY --from=builder /app/updater.json /
|
||||
COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ /
|
||||
RUN mkdir -p artifacts
|
||||
|
||||
COPY --from=builder /app/updater.json /artifacts
|
||||
COPY --from=builder /app/src-tauri/target/x86_64-pc-windows-msvc/release/bundle/nsis/ /artifacts
|
||||
|
||||
CMD ["true"]
|
||||
|
||||
Reference in New Issue
Block a user