File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,14 +192,14 @@ jobs:
192
192
cp "artichoke/target/${{ matrix.target }}/release/artichoke.exe" "$staging/"
193
193
cp "artichoke/target/${{ matrix.target }}/release/airb.exe" "$staging/"
194
194
"/c/Program Files/7-Zip/7z.exe" a "$staging.zip" "$staging"
195
- gpg --pinentry-mode loopback --detach-sign --armor --local-user AF57A37CAC061452 "$staging.zip"
195
+ gpg --batch --detach-sign --armor --local-user AF57A37CAC061452 --output "$staging.zip.asc" "$staging.zip"
196
196
echo "::set-output name=asset::$staging.zip"
197
197
echo "::set-output name=content_type::application/zip"
198
198
else
199
199
cp "artichoke/target/${{ matrix.target }}/release/artichoke" "$staging/"
200
200
cp "artichoke/target/${{ matrix.target }}/release/airb" "$staging/"
201
201
tar czf "$staging.tar.gz" "$staging"
202
- gpg --pinentry-mode loopback --detach-sign --armor --local-user AF57A37CAC061452 "$staging.tar.gz"
202
+ gpg --batch --detach-sign --armor --local-user AF57A37CAC061452 --output "$staging.tar.gz.asc" "$staging.tar.gz"
203
203
echo "::set-output name=asset::$staging.tar.gz"
204
204
echo "::set-output name=content_type::application/gzip"
205
205
fi
You can’t perform that action at this time.
0 commit comments