File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
120120 with :
121121 name : artifacts
122- - name : Extract DLLs from JAR
122+ - name : Extract singed DLLs from JAR into src dir, skipping native compile
123123 run : |
124124 JAR_PATH=$(ls ./*.jar | grep -v -E '(-sources|-javadoc)\.jar$' | head -n1)
125125 jar --extract --file="$JAR_PATH" --dir ./src/main/resources integrations-x64.dll integrations-arm64.dll
@@ -160,7 +160,7 @@ jobs:
160160 uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
161161 with :
162162 name : artifacts
163- - name : Extract DLLs from JAR
163+ - name : Extract singed DLLs from JAR into src dir, skipping native compile
164164 run : |
165165 JAR_PATH=$(ls ./*.jar | grep -v -E '(-sources|-javadoc)\.jar$' | head -n1)
166166 jar --extract --file="$JAR_PATH" --dir ./src/main/resources integrations-x64.dll integrations-arm64.dll
You can’t perform that action at this time.
0 commit comments