ci, refactor: only explicitly copy AppImages in sign target

Tomáš Mládek 2023-08-23 10:04:50 +02:00
parent 3b53e2dc64
commit 650824df99
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ appimage-signed:
FROM alpine
RUN apk add gpg gpg-agent
RUN --secret GPG_SIGN_KEY echo "$GPG_SIGN_KEY" | gpg --import
COPY +appimage/* .
COPY +appimage/*.AppImage .
RUN gpg --clear-sign *.AppImage
SAVE ARTIFACT *.asc