We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f418a9f commit 3d90fbeCopy full SHA for 3d90fbe
.github/workflows/build_and_release.yml
@@ -33,4 +33,4 @@ jobs:
33
./build/wartlock.AppImage
34
./build/wartlock.exe
35
./build/win-portable.zip
36
- ./build/linux-portable.zip
+
dockerfiles/linux.dockerfile
@@ -4,9 +4,5 @@ WORKDIR /code
4
RUN npm i
5
RUN npm run build:linux
6
7
-RUN apt-get update && apt-get install -y zip && \
8
- zip -r /code/dist/linux-unpacked.zip /code/dist/linux-unpacked
9
-
10
FROM scratch AS export-stage
11
COPY --from=linux_build /code/dist/*.AppImage /wartlock.AppImage
12
-COPY --from=linux_build /code/dist/linux-unpacked.zip ./linux-portable.zip
0 commit comments