GHA: win exe sign script properly rm directory

This commit is contained in:
aboyko
2023-07-20 16:43:57 -04:00
parent 52e296f618
commit 1d2ec78773
2 changed files with 3 additions and 3 deletions

View File

@@ -41,9 +41,9 @@ jobs:
run: |
cd headless-services
if command -v xvfb-run ; then
xvfb-run ./mvnw --batch-mode clean install -DskipTests
xvfb-run ./mvnw --batch-mode clean install
else
./mvnw --batch-mode clean install -DskipTests
./mvnw --batch-mode clean install
fi
- name: Install GPG key
run: |