Skip to content

Commit e2e9a2e

Browse files
committed
[skip ci] Add more info to dll extract step
1 parent dc6db76 commit e2e9a2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)