Skip to content

Commit 3886182

Browse files
committed
jar dir
1 parent b2c986f commit 3886182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with Maven
4444
run: |
4545
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46-
gpg --verify javasdk-0.1.0-SNAPSHOT-sources.jar.asc javasdk-0.1.0-SNAPSHOT-sources.jar
46+
gpg --verify target/javasdk-0.1.0-SNAPSHOT-sources.jar.asc target/javasdk-0.1.0-SNAPSHOT-sources.jar
4747
4848
- name: Upload coverage to Codecov
4949
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)