Skip to content

Commit 852de68

Browse files
committed
ls build dir?
1 parent 3886182 commit 852de68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Build with Maven
4444
run: |
4545
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46+
ls
47+
ls *
4648
gpg --verify target/javasdk-0.1.0-SNAPSHOT-sources.jar.asc target/javasdk-0.1.0-SNAPSHOT-sources.jar
4749
4850
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)