We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9780be commit d8140f7Copy full SHA for d8140f7
.github/workflows/release.yml
@@ -140,8 +140,12 @@ jobs:
140
pattern: native_libs-*
141
path: ${{env.NATIVE_LIB_LOCATION}}
142
merge-multiple: true
143
+
144
- name: List the built artifacts
- run: ls -lhtR
145
+ run: |
146
+ pwd
147
+ ls -lhtR
148
149
working-directory: ${{env.NATIVE_LIB_LOCATION}}
150
151
- name: Test for ${{ matrix.os }} ${{ matrix.java }}
@@ -153,7 +157,7 @@ jobs:
153
157
echo -n
154
158
fi
155
159
156
- echo ${{env.NATIVE_LIB_LOCATION}}
160
+ echo ${NATIVE_LIB_LOCATION}
161
pwd
162
163
sbt +assembly
0 commit comments